public class VirtualMachineFileLayoutEx extends DynamicData
Java class for VirtualMachineFileLayoutEx complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineFileLayoutEx">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="file" type="{urn:vim25}VirtualMachineFileLayoutExFileInfo" maxOccurs="unbounded" minOccurs="0"/>
<element name="disk" type="{urn:vim25}VirtualMachineFileLayoutExDiskLayout" maxOccurs="unbounded" minOccurs="0"/>
<element name="snapshot" type="{urn:vim25}VirtualMachineFileLayoutExSnapshotLayout" maxOccurs="unbounded" minOccurs="0"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<VirtualMachineFileLayoutExDiskLayout> |
disk |
protected List<VirtualMachineFileLayoutExFileInfo> |
file |
protected List<VirtualMachineFileLayoutExSnapshotLayout> |
snapshot |
protected XMLGregorianCalendar |
timestamp |
| Constructor and Description |
|---|
VirtualMachineFileLayoutEx() |
| Modifier and Type | Method and Description |
|---|---|
List<VirtualMachineFileLayoutExDiskLayout> |
getDisk()
Gets the value of the disk property.
|
List<VirtualMachineFileLayoutExFileInfo> |
getFile()
Gets the value of the file property.
|
List<VirtualMachineFileLayoutExSnapshotLayout> |
getSnapshot()
Gets the value of the snapshot property.
|
XMLGregorianCalendar |
getTimestamp()
Gets the value of the timestamp property.
|
void |
setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
|
protected List<VirtualMachineFileLayoutExFileInfo> file
protected List<VirtualMachineFileLayoutExDiskLayout> disk
protected List<VirtualMachineFileLayoutExSnapshotLayout> snapshot
protected XMLGregorianCalendar timestamp
public List<VirtualMachineFileLayoutExFileInfo> getFile()
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 file property.
For example, to add a new item, do as follows:
getFile().add(newItem);
Objects of the following type(s) are allowed in the list
VirtualMachineFileLayoutExFileInfo
public List<VirtualMachineFileLayoutExDiskLayout> getDisk()
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 disk property.
For example, to add a new item, do as follows:
getDisk().add(newItem);
Objects of the following type(s) are allowed in the list
VirtualMachineFileLayoutExDiskLayout
public List<VirtualMachineFileLayoutExSnapshotLayout> getSnapshot()
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 snapshot property.
For example, to add a new item, do as follows:
getSnapshot().add(newItem);
Objects of the following type(s) are allowed in the list
VirtualMachineFileLayoutExSnapshotLayout
public XMLGregorianCalendar getTimestamp()
XMLGregorianCalendarpublic void setTimestamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2018. All rights reserved.