public class VirtualDiskDeltaDiskFormatsSupported extends DynamicData
Java class for VirtualDiskDeltaDiskFormatsSupported complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskDeltaDiskFormatsSupported">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="datastoreType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="deltaDiskFormat" type="{urn:vim25}ChoiceOption"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
datastoreType |
protected ChoiceOption |
deltaDiskFormat |
| Constructor and Description |
|---|
VirtualDiskDeltaDiskFormatsSupported() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatastoreType()
Gets the value of the datastoreType property.
|
ChoiceOption |
getDeltaDiskFormat()
Gets the value of the deltaDiskFormat property.
|
void |
setDatastoreType(String value)
Sets the value of the datastoreType property.
|
void |
setDeltaDiskFormat(ChoiceOption value)
Sets the value of the deltaDiskFormat property.
|
protected String datastoreType
protected ChoiceOption deltaDiskFormat
public VirtualDiskDeltaDiskFormatsSupported()
public String getDatastoreType()
Stringpublic void setDatastoreType(String value)
value - allowed object is
Stringpublic ChoiceOption getDeltaDiskFormat()
ChoiceOptionpublic void setDeltaDiskFormat(ChoiceOption value)
value - allowed object is
ChoiceOptionCopyright © 2018. All rights reserved.