public interface VmwareDiskConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBackingType()
public abstract VmwareDiskConfig.BackingType getBackingType()
VMDK backing type.
.google.cloud.migrationcenter.v1.VmwareDiskConfig.BackingType backing_type = 1;
Returns | |
---|---|
Type | Description |
VmwareDiskConfig.BackingType | The backingType. |
getBackingTypeValue()
public abstract int getBackingTypeValue()
VMDK backing type.
.google.cloud.migrationcenter.v1.VmwareDiskConfig.BackingType backing_type = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
VmwareDiskConfig.RdmCompatibility | The rdmCompatibility. |
getRdmCompatibilityValue()
public abstract int getRdmCompatibilityValue()
RDM compatibility mode.
.google.cloud.migrationcenter.v1.VmwareDiskConfig.RdmCompatibility rdm_compatibility = 4;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean | The shared. |
getVmdkMode()
public abstract VmwareDiskConfig.VmdkMode getVmdkMode()
VMDK disk mode.
.google.cloud.migrationcenter.v1.VmwareDiskConfig.VmdkMode vmdk_mode = 3;
Returns | |
---|---|
Type | Description |
VmwareDiskConfig.VmdkMode | The vmdkMode. |
getVmdkModeValue()
public abstract int getVmdkModeValue()
VMDK disk mode.
.google.cloud.migrationcenter.v1.VmwareDiskConfig.VmdkMode vmdk_mode = 3;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for vmdkMode. |