Reference documentation and code samples for the Google Cloud Dms V1 Client class DumpParallelLevel.
Describes the parallelism level during initial dump.
Protobuf type google.cloud.clouddms.v1.MigrationJob.PerformanceConfig.DumpParallelLevel
Namespace
Google \ Cloud \ CloudDms \ V1 \ MigrationJob \ PerformanceConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DUMP_PARALLEL_LEVEL_UNSPECIFIED
Value: 0
Unknown dump parallel level. Will be defaulted to OPTIMAL.
Generated from protobuf enum DUMP_PARALLEL_LEVEL_UNSPECIFIED = 0;
MIN
Value: 1
Minimal parallel level.
Generated from protobuf enum MIN = 1;
OPTIMAL
Value: 2
Optimal parallel level.
Generated from protobuf enum OPTIMAL = 2;
MAX
Value: 3
Maximum parallel level.
Generated from protobuf enum MAX = 3;