Google Cloud Migration Center V1 Client - Class VmdkMode (1.0.0)

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 \ VmwareDiskConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

VMDK_MODE_UNSPECIFIED

Value: 0

VMDK disk mode unspecified or unknown.

Generated from protobuf enum VMDK_MODE_UNSPECIFIED = 0;

DEPENDENT

Value: 1

Dependent disk mode.

Generated from protobuf enum DEPENDENT = 1;

INDEPENDENT_PERSISTENT

Value: 2

Independent - Persistent disk mode.

Generated from protobuf enum INDEPENDENT_PERSISTENT = 2;

INDEPENDENT_NONPERSISTENT

Value: 3

Independent - Nonpersistent disk mode.

Generated from protobuf enum INDEPENDENT_NONPERSISTENT = 3;