Interface VmwareDiskConfigOrBuilder (0.4.0)

public interface VmwareDiskConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBackingType()

public abstract VmwareDiskConfig.BackingType getBackingType()

VMDK backing type.

.google.cloud.migrationcenter.v1.VmwareDiskConfig.BackingType backing_type = 1;

Returns
TypeDescription
VmwareDiskConfig.BackingType

The backingType.

getBackingTypeValue()

public abstract int getBackingTypeValue()

VMDK backing type.

.google.cloud.migrationcenter.v1.VmwareDiskConfig.BackingType backing_type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for backingType.

getRdmCompatibility()

public abstract VmwareDiskConfig.RdmCompatibility getRdmCompatibility()

RDM compatibility mode.

.google.cloud.migrationcenter.v1.VmwareDiskConfig.RdmCompatibility rdm_compatibility = 4;

Returns
TypeDescription
VmwareDiskConfig.RdmCompatibility

The rdmCompatibility.

getRdmCompatibilityValue()

public abstract int getRdmCompatibilityValue()

RDM compatibility mode.

.google.cloud.migrationcenter.v1.VmwareDiskConfig.RdmCompatibility rdm_compatibility = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for rdmCompatibility.

getShared()

public abstract boolean getShared()

Is VMDK shared with other VMs.

bool shared = 2;

Returns
TypeDescription
boolean

The shared.

getVmdkMode()

public abstract VmwareDiskConfig.VmdkMode getVmdkMode()

VMDK disk mode.

.google.cloud.migrationcenter.v1.VmwareDiskConfig.VmdkMode vmdk_mode = 3;

Returns
TypeDescription
VmwareDiskConfig.VmdkMode

The vmdkMode.

getVmdkModeValue()

public abstract int getVmdkModeValue()

VMDK disk mode.

.google.cloud.migrationcenter.v1.VmwareDiskConfig.VmdkMode vmdk_mode = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for vmdkMode.