public class HostDatastoreSystemCapabilities extends DynamicData
Java class for HostDatastoreSystemCapabilities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDatastoreSystemCapabilities">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="nfsMountCreationRequired" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="nfsMountCreationSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="localDatastoreSupported" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="vmfsExtentExpansionSupported" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
localDatastoreSupported |
protected boolean |
nfsMountCreationRequired |
protected boolean |
nfsMountCreationSupported |
protected Boolean |
vmfsExtentExpansionSupported |
| Constructor and Description |
|---|
HostDatastoreSystemCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLocalDatastoreSupported()
Gets the value of the localDatastoreSupported property.
|
boolean |
isNfsMountCreationRequired()
Gets the value of the nfsMountCreationRequired property.
|
boolean |
isNfsMountCreationSupported()
Gets the value of the nfsMountCreationSupported property.
|
Boolean |
isVmfsExtentExpansionSupported()
Gets the value of the vmfsExtentExpansionSupported property.
|
void |
setLocalDatastoreSupported(boolean value)
Sets the value of the localDatastoreSupported property.
|
void |
setNfsMountCreationRequired(boolean value)
Sets the value of the nfsMountCreationRequired property.
|
void |
setNfsMountCreationSupported(boolean value)
Sets the value of the nfsMountCreationSupported property.
|
void |
setVmfsExtentExpansionSupported(Boolean value)
Sets the value of the vmfsExtentExpansionSupported property.
|
protected boolean nfsMountCreationRequired
protected boolean nfsMountCreationSupported
protected boolean localDatastoreSupported
protected Boolean vmfsExtentExpansionSupported
public boolean isNfsMountCreationRequired()
public void setNfsMountCreationRequired(boolean value)
public boolean isNfsMountCreationSupported()
public void setNfsMountCreationSupported(boolean value)
public boolean isLocalDatastoreSupported()
public void setLocalDatastoreSupported(boolean value)
public Boolean isVmfsExtentExpansionSupported()
BooleanCopyright © 2018. All rights reserved.