public class VirtualMachineDatastoreInfo extends VirtualMachineTargetInfo
Java class for VirtualMachineDatastoreInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VirtualMachineDatastoreInfo">
<complexContent>
<extension base="{urn:vim25}VirtualMachineTargetInfo">
<sequence>
<element name="datastore" type="{urn:vim25}DatastoreSummary"/>
<element name="capability" type="{urn:vim25}DatastoreCapability"/>
<element name="maxFileSize" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="maxVirtualDiskCapacity" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<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="mode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="vStorageSupport" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DatastoreCapability |
capability |
protected DatastoreSummary |
datastore |
protected long |
maxFileSize |
protected Long |
maxPhysicalRDMFileSize |
protected Long |
maxVirtualDiskCapacity |
protected Long |
maxVirtualRDMFileSize |
protected String |
mode |
protected String |
vStorageSupport |
configurationTag, name| Constructor and Description |
|---|
VirtualMachineDatastoreInfo() |
| Modifier and Type | Method and Description |
|---|---|
DatastoreCapability |
getCapability()
Gets the value of the capability property.
|
DatastoreSummary |
getDatastore()
Gets the value of the datastore property.
|
long |
getMaxFileSize()
Gets the value of the maxFileSize property.
|
Long |
getMaxPhysicalRDMFileSize()
Gets the value of the maxPhysicalRDMFileSize property.
|
Long |
getMaxVirtualDiskCapacity()
Gets the value of the maxVirtualDiskCapacity property.
|
Long |
getMaxVirtualRDMFileSize()
Gets the value of the maxVirtualRDMFileSize property.
|
String |
getMode()
Gets the value of the mode property.
|
String |
getVStorageSupport()
Gets the value of the vStorageSupport property.
|
void |
setCapability(DatastoreCapability value)
Sets the value of the capability property.
|
void |
setDatastore(DatastoreSummary value)
Sets the value of the datastore property.
|
void |
setMaxFileSize(long value)
Sets the value of the maxFileSize property.
|
void |
setMaxPhysicalRDMFileSize(Long value)
Sets the value of the maxPhysicalRDMFileSize property.
|
void |
setMaxVirtualDiskCapacity(Long value)
Sets the value of the maxVirtualDiskCapacity property.
|
void |
setMaxVirtualRDMFileSize(Long value)
Sets the value of the maxVirtualRDMFileSize property.
|
void |
setMode(String value)
Sets the value of the mode property.
|
void |
setVStorageSupport(String value)
Sets the value of the vStorageSupport property.
|
getConfigurationTag, getName, setNameprotected DatastoreSummary datastore
protected DatastoreCapability capability
protected long maxFileSize
protected Long maxVirtualDiskCapacity
protected Long maxPhysicalRDMFileSize
protected Long maxVirtualRDMFileSize
protected String mode
protected String vStorageSupport
public DatastoreSummary getDatastore()
DatastoreSummarypublic void setDatastore(DatastoreSummary value)
value - allowed object is
DatastoreSummarypublic DatastoreCapability getCapability()
DatastoreCapabilitypublic void setCapability(DatastoreCapability value)
value - allowed object is
DatastoreCapabilitypublic long getMaxFileSize()
public void setMaxFileSize(long value)
public Long getMaxVirtualDiskCapacity()
Longpublic void setMaxVirtualDiskCapacity(Long value)
value - allowed object is
Longpublic Long getMaxPhysicalRDMFileSize()
Longpublic void setMaxPhysicalRDMFileSize(Long value)
value - allowed object is
Longpublic Long getMaxVirtualRDMFileSize()
Longpublic void setMaxVirtualRDMFileSize(Long value)
value - allowed object is
Longpublic String getMode()
Stringpublic void setMode(String value)
value - allowed object is
Stringpublic String getVStorageSupport()
StringCopyright © 2018. All rights reserved.