public class VvolDatastoreInfo extends DatastoreInfo
Java class for VvolDatastoreInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VvolDatastoreInfo">
<complexContent>
<extension base="{urn:vim25}DatastoreInfo">
<sequence>
<element name="vvolDS" type="{urn:vim25}HostVvolVolume" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected HostVvolVolume |
vvolDS |
containerId, freeSpace, maxFileSize, maxMemoryFileSize, maxVirtualDiskCapacity, name, timestamp, url| Constructor and Description |
|---|
VvolDatastoreInfo() |
| Modifier and Type | Method and Description |
|---|---|
HostVvolVolume |
getVvolDS()
Gets the value of the vvolDS property.
|
void |
setVvolDS(HostVvolVolume value)
Sets the value of the vvolDS property.
|
getContainerId, getFreeSpace, getMaxFileSize, getMaxMemoryFileSize, getMaxVirtualDiskCapacity, getName, getTimestamp, getUrl, setContainerId, setFreeSpace, setMaxFileSize, setMaxMemoryFileSize, setMaxVirtualDiskCapacity, setName, setTimestamp, setUrlprotected HostVvolVolume vvolDS
public HostVvolVolume getVvolDS()
HostVvolVolumepublic void setVvolDS(HostVvolVolume value)
value - allowed object is
HostVvolVolumeCopyright © 2018. All rights reserved.