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

Reference documentation and code samples for the Google Cloud Migration Center V1 Client class RdmCompatibility.

RDM compatibility mode.

Protobuf type google.cloud.migrationcenter.v1.VmwareDiskConfig.RdmCompatibility

Namespace

Google \ Cloud \ MigrationCenter \ V1 \ VmwareDiskConfig

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RDM_COMPATIBILITY_UNSPECIFIED

Value: 0

Compatibility mode unspecified or unknown.

Generated from protobuf enum RDM_COMPATIBILITY_UNSPECIFIED = 0;

PHYSICAL_COMPATIBILITY

Value: 1

Physical compatibility mode.

Generated from protobuf enum PHYSICAL_COMPATIBILITY = 1;

VIRTUAL_COMPATIBILITY

Value: 2

Virtual compatibility mode.

Generated from protobuf enum VIRTUAL_COMPATIBILITY = 2;