Reference documentation and code samples for the Google Cloud Dms V1 Client class PerformanceConfig.
Performance configuration definition.
Generated from protobuf message google.cloud.clouddms.v1.MigrationJob.PerformanceConfig
Namespace
Google \ Cloud \ CloudDms \ V1 \ MigrationJobMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ dump_parallel_level |
int
Initial dump parallelism level. |
getDumpParallelLevel
Initial dump parallelism level.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type DumpParallelLevel. |
setDumpParallelLevel
Initial dump parallelism level.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type DumpParallelLevel. |
| Returns | |
|---|---|
| Type | Description |
$this |
|