Reference documentation and code samples for the Google Cloud Migration Center V1 Client class VmdkMode.
VMDK disk mode.
Protobuf type google.cloud.migrationcenter.v1.VmwareDiskConfig.VmdkMode
Namespace
Google \ Cloud \ MigrationCenter \ V1 \ VmwareDiskConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
VMDK_MODE_UNSPECIFIED
Value: 0VMDK disk mode unspecified or unknown.
Generated from protobuf enum VMDK_MODE_UNSPECIFIED = 0;
DEPENDENT
Value: 1Dependent disk mode.
Generated from protobuf enum DEPENDENT = 1;
INDEPENDENT_PERSISTENT
Value: 2Independent - Persistent disk mode.
Generated from protobuf enum INDEPENDENT_PERSISTENT = 2;
INDEPENDENT_NONPERSISTENT
Value: 3Independent - Nonpersistent disk mode.
Generated from protobuf enum INDEPENDENT_NONPERSISTENT = 3;