public class VirtualDiskPartitionedRawDiskVer2BackingInfo extends VirtualDiskRawDiskVer2BackingInfo
Java class for VirtualDiskPartitionedRawDiskVer2BackingInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualDiskPartitionedRawDiskVer2BackingInfo">
<complexContent>
<extension base="{urn:vim25}VirtualDiskRawDiskVer2BackingInfo">
<sequence>
<element name="partition" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Integer> |
partition |
changeId, descriptorFileName, sharing, uuiddeviceName, useAutoDetect| Constructor and Description |
|---|
VirtualDiskPartitionedRawDiskVer2BackingInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<Integer> |
getPartition()
Gets the value of the partition property.
|
getChangeId, getDescriptorFileName, getSharing, getUuid, setChangeId, setDescriptorFileName, setSharing, setUuidgetDeviceName, isUseAutoDetect, setDeviceName, setUseAutoDetectpublic VirtualDiskPartitionedRawDiskVer2BackingInfo()
public List<Integer> getPartition()
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 partition property.
For example, to add a new item, do as follows:
getPartition().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
Copyright © 2018. All rights reserved.