public class VmfsDatastoreExtendSpec extends VmfsDatastoreSpec
Java class for VmfsDatastoreExtendSpec complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmfsDatastoreExtendSpec">
<complexContent>
<extension base="{urn:vim25}VmfsDatastoreSpec">
<sequence>
<element name="partition" type="{urn:vim25}HostDiskPartitionSpec"/>
<element name="extent" type="{urn:vim25}HostScsiDiskPartition" maxOccurs="unbounded"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<HostScsiDiskPartition> |
extent |
protected HostDiskPartitionSpec |
partition |
diskUuid| Constructor and Description |
|---|
VmfsDatastoreExtendSpec() |
| Modifier and Type | Method and Description |
|---|---|
List<HostScsiDiskPartition> |
getExtent()
Gets the value of the extent property.
|
HostDiskPartitionSpec |
getPartition()
Gets the value of the partition property.
|
void |
setPartition(HostDiskPartitionSpec value)
Sets the value of the partition property.
|
getDiskUuid, setDiskUuidprotected HostDiskPartitionSpec partition
protected List<HostScsiDiskPartition> extent
public HostDiskPartitionSpec getPartition()
HostDiskPartitionSpecpublic void setPartition(HostDiskPartitionSpec value)
value - allowed object is
HostDiskPartitionSpecpublic List<HostScsiDiskPartition> getExtent()
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 extent property.
For example, to add a new item, do as follows:
getExtent().add(newItem);
Objects of the following type(s) are allowed in the list
HostScsiDiskPartition
Copyright © 2018. All rights reserved.