public class VmfsDatastoreInfo extends DatastoreInfo
Java class for VmfsDatastoreInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VmfsDatastoreInfo">
<complexContent>
<extension base="{urn:vim25}DatastoreInfo">
<sequence>
<element name="maxPhysicalRDMFileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="maxVirtualRDMFileSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="vmfs" type="{urn:vim25}HostVmfsVolume" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
maxPhysicalRDMFileSize |
protected Long |
maxVirtualRDMFileSize |
protected HostVmfsVolume |
vmfs |
containerId, freeSpace, maxFileSize, maxMemoryFileSize, maxVirtualDiskCapacity, name, timestamp, url| Constructor and Description |
|---|
VmfsDatastoreInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getMaxPhysicalRDMFileSize()
Gets the value of the maxPhysicalRDMFileSize property.
|
Long |
getMaxVirtualRDMFileSize()
Gets the value of the maxVirtualRDMFileSize property.
|
HostVmfsVolume |
getVmfs()
Gets the value of the vmfs property.
|
void |
setMaxPhysicalRDMFileSize(Long value)
Sets the value of the maxPhysicalRDMFileSize property.
|
void |
setMaxVirtualRDMFileSize(Long value)
Sets the value of the maxVirtualRDMFileSize property.
|
void |
setVmfs(HostVmfsVolume value)
Sets the value of the vmfs property.
|
getContainerId, getFreeSpace, getMaxFileSize, getMaxMemoryFileSize, getMaxVirtualDiskCapacity, getName, getTimestamp, getUrl, setContainerId, setFreeSpace, setMaxFileSize, setMaxMemoryFileSize, setMaxVirtualDiskCapacity, setName, setTimestamp, setUrlprotected Long maxPhysicalRDMFileSize
protected Long maxVirtualRDMFileSize
protected HostVmfsVolume vmfs
public Long getMaxPhysicalRDMFileSize()
Longpublic void setMaxPhysicalRDMFileSize(Long value)
value - allowed object is
Longpublic Long getMaxVirtualRDMFileSize()
Longpublic void setMaxVirtualRDMFileSize(Long value)
value - allowed object is
Longpublic HostVmfsVolume getVmfs()
HostVmfsVolumepublic void setVmfs(HostVmfsVolume value)
value - allowed object is
HostVmfsVolumeCopyright © 2018. All rights reserved.