public class VirtualDiskRawDiskVer2BackingOption extends VirtualDeviceDeviceBackingOption
Java class for VirtualDiskRawDiskVer2BackingOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskRawDiskVer2BackingOption">
<complexContent>
<extension base="{urn:vim25}VirtualDeviceDeviceBackingOption">
<sequence>
<element name="descriptorFileNameExtensions" 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 |
descriptorFileNameExtensions |
protected boolean |
uuid |
autoDetectAvailabletype| Constructor and Description |
|---|
VirtualDiskRawDiskVer2BackingOption() |
| Modifier and Type | Method and Description |
|---|---|
ChoiceOption |
getDescriptorFileNameExtensions()
Gets the value of the descriptorFileNameExtensions property.
|
boolean |
isUuid()
Gets the value of the uuid property.
|
void |
setDescriptorFileNameExtensions(ChoiceOption value)
Sets the value of the descriptorFileNameExtensions property.
|
void |
setUuid(boolean value)
Sets the value of the uuid property.
|
getAutoDetectAvailable, setAutoDetectAvailablegetType, setTypeprotected ChoiceOption descriptorFileNameExtensions
protected boolean uuid
public ChoiceOption getDescriptorFileNameExtensions()
ChoiceOptionpublic void setDescriptorFileNameExtensions(ChoiceOption value)
value - allowed object is
ChoiceOptionpublic boolean isUuid()
public void setUuid(boolean value)
Copyright © 2018. All rights reserved.