public class VirtualDiskRawDiskMappingVer1BackingOption extends VirtualDeviceDeviceBackingOption
Java class for VirtualDiskRawDiskMappingVer1BackingOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskRawDiskMappingVer1BackingOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceDeviceBackingOption">
<sequence>
<element name="descriptorFileNameExtensions" type="{urn:vim25}ChoiceOption" minOccurs="0"/>
<element name="compatibilityMode" type="{urn:vim25}ChoiceOption"/>
<element name="diskMode" type="{urn:vim25}ChoiceOption"/>
<element name="uuid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ChoiceOption |
compatibilityMode |
protected ChoiceOption |
descriptorFileNameExtensions |
protected ChoiceOption |
diskMode |
protected boolean |
uuid |
autoDetectAvailabletype| Constructor and Description |
|---|
VirtualDiskRawDiskMappingVer1BackingOption() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceOption |
getCompatibilityMode()
Gets the value of the compatibilityMode property.
|
ChoiceOption |
getDescriptorFileNameExtensions()
Gets the value of the descriptorFileNameExtensions property.
|
ChoiceOption |
getDiskMode()
Gets the value of the diskMode property.
|
boolean |
isUuid()
Gets the value of the uuid property.
|
void |
setCompatibilityMode(ChoiceOption value)
Sets the value of the compatibilityMode property.
|
void |
setDescriptorFileNameExtensions(ChoiceOption value)
Sets the value of the descriptorFileNameExtensions property.
|
void |
setDiskMode(ChoiceOption value)
Sets the value of the diskMode property.
|
void |
setUuid(boolean value)
Sets the value of the uuid property.
|
getAutoDetectAvailable, setAutoDetectAvailablegetType, setTypeprotected ChoiceOption descriptorFileNameExtensions
protected ChoiceOption compatibilityMode
protected ChoiceOption diskMode
protected boolean uuid
public VirtualDiskRawDiskMappingVer1BackingOption()
public ChoiceOption getDescriptorFileNameExtensions()
ChoiceOptionpublic void setDescriptorFileNameExtensions(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic ChoiceOption getCompatibilityMode()
ChoiceOptionpublic void setCompatibilityMode(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic ChoiceOption getDiskMode()
ChoiceOptionpublic void setDiskMode(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic boolean isUuid()
public void setUuid(boolean value)
Copyright © 2018. All rights reserved.