public class VirtualMachineFileLayout extends DynamicData
Java class for VirtualMachineFileLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineFileLayout">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="configFile" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="logFile" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="disk" type="{urn:vim25}VirtualMachineFileLayoutDiskLayout" maxOccurs="unbounded" minOccurs="0"/>
<element name="snapshot" type="{urn:vim25}VirtualMachineFileLayoutSnapshotLayout" maxOccurs="unbounded" minOccurs="0"/>
<element name="swapFile" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
configFile |
protected List<VirtualMachineFileLayoutDiskLayout> |
disk |
protected List<String> |
logFile |
protected List<VirtualMachineFileLayoutSnapshotLayout> |
snapshot |
protected String |
swapFile |
| Constructor and Description |
|---|
VirtualMachineFileLayout() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getConfigFile()
Gets the value of the configFile property.
|
List<VirtualMachineFileLayoutDiskLayout> |
getDisk()
Gets the value of the disk property.
|
List<String> |
getLogFile()
Gets the value of the logFile property.
|
List<VirtualMachineFileLayoutSnapshotLayout> |
getSnapshot()
Gets the value of the snapshot property.
|
String |
getSwapFile()
Gets the value of the swapFile property.
|
void |
setSwapFile(String value)
Sets the value of the swapFile property.
|
protected List<VirtualMachineFileLayoutDiskLayout> disk
protected List<VirtualMachineFileLayoutSnapshotLayout> snapshot
protected String swapFile
public List<String> getConfigFile()
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 configFile property.
For example, to add a new item, do as follows:
getConfigFile().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getLogFile()
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 logFile property.
For example, to add a new item, do as follows:
getLogFile().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<VirtualMachineFileLayoutDiskLayout> 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
VirtualMachineFileLayoutDiskLayout
public List<VirtualMachineFileLayoutSnapshotLayout> 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
VirtualMachineFileLayoutSnapshotLayout
public String getSwapFile()
StringCopyright © 2018. All rights reserved.