public class VirtualMachineFileLayoutExSnapshotLayout extends DynamicData
Java class for VirtualMachineFileLayoutExSnapshotLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineFileLayoutExSnapshotLayout">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="key" type="{urn:vim25}ManagedObjectReference"/>
<element name="dataKey" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="memoryKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="disk" type="{urn:vim25}VirtualMachineFileLayoutExDiskLayout" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
dataKey |
protected List<VirtualMachineFileLayoutExDiskLayout> |
disk |
protected ManagedObjectReference |
key |
protected Integer |
memoryKey |
| Constructor and Description |
|---|
VirtualMachineFileLayoutExSnapshotLayout() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDataKey()
Gets the value of the dataKey property.
|
List<VirtualMachineFileLayoutExDiskLayout> |
getDisk()
Gets the value of the disk property.
|
ManagedObjectReference |
getKey()
Gets the value of the key property.
|
Integer |
getMemoryKey()
Gets the value of the memoryKey property.
|
void |
setDataKey(int value)
Sets the value of the dataKey property.
|
void |
setKey(ManagedObjectReference value)
Sets the value of the key property.
|
void |
setMemoryKey(Integer value)
Sets the value of the memoryKey property.
|
protected ManagedObjectReference key
protected int dataKey
protected Integer memoryKey
protected List<VirtualMachineFileLayoutExDiskLayout> disk
public VirtualMachineFileLayoutExSnapshotLayout()
public ManagedObjectReference getKey()
ManagedObjectReferencepublic void setKey(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic int getDataKey()
public void setDataKey(int value)
public Integer getMemoryKey()
Integerpublic void setMemoryKey(Integer value)
value - allowed object is
Integerpublic 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
Copyright © 2018. All rights reserved.