Package com.vmware.vim25
Class HostDatastoreSystemCapabilities
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostDatastoreSystemCapabilities
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidsetLocalDatastoreSupported(boolean localDatastoreSupported) voidsetNfsMountCreationRequired(boolean nfsMountCreationRequired) voidsetNfsMountCreationSupported(boolean nfsMountCreationSupported) voidsetVmfsExtentExpansionSupported(Boolean vmfsExtentExpansionSupported) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
nfsMountCreationRequired
public boolean nfsMountCreationRequired -
nfsMountCreationSupported
public boolean nfsMountCreationSupported -
localDatastoreSupported
public boolean localDatastoreSupported -
vmfsExtentExpansionSupported
-
-
Constructor Details
-
HostDatastoreSystemCapabilities
public HostDatastoreSystemCapabilities()
-
-
Method Details
-
isNfsMountCreationRequired
public boolean isNfsMountCreationRequired() -
isNfsMountCreationSupported
public boolean isNfsMountCreationSupported() -
isLocalDatastoreSupported
public boolean isLocalDatastoreSupported() -
getVmfsExtentExpansionSupported
-
setNfsMountCreationRequired
public void setNfsMountCreationRequired(boolean nfsMountCreationRequired) -
setNfsMountCreationSupported
public void setNfsMountCreationSupported(boolean nfsMountCreationSupported) -
setLocalDatastoreSupported
public void setLocalDatastoreSupported(boolean localDatastoreSupported) -
setVmfsExtentExpansionSupported
-