public class DeltaDiskFormatNotSupported extends VmConfigFault
Java class for DeltaDiskFormatNotSupported complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DeltaDiskFormatNotSupported">
<complexContent>
<extension base="{urn:vim25}VmConfigFault">
<sequence>
<element name="datastore" type="{urn:vim25}ManagedObjectReference" maxOccurs="unbounded" minOccurs="0"/>
<element name="deltaDiskFormat" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ManagedObjectReference> |
datastore |
protected String |
deltaDiskFormat |
faultCause, faultMessage| Constructor and Description |
|---|
DeltaDiskFormatNotSupported() |
| Modifier and Type | Method and Description |
|---|---|
List<ManagedObjectReference> |
getDatastore()
Gets the value of the datastore property.
|
String |
getDeltaDiskFormat()
Gets the value of the deltaDiskFormat property.
|
void |
setDeltaDiskFormat(String value)
Sets the value of the deltaDiskFormat property.
|
getFaultCause, getFaultMessage, setFaultCauseprotected List<ManagedObjectReference> datastore
protected String deltaDiskFormat
public List<ManagedObjectReference> getDatastore()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the datastore property.
For example, to add a new item, do as follows:
getDatastore().add(newItem);
Objects of the following type(s) are allowed in the list
ManagedObjectReference
public String getDeltaDiskFormat()
StringCopyright © 2018. All rights reserved.