public class HostDatastoreSystemCapabilities extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
localDatastoreSupported |
boolean |
nfsMountCreationRequired |
boolean |
nfsMountCreationSupported |
Boolean |
vmfsExtentExpansionSupported |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostDatastoreSystemCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getVmfsExtentExpansionSupported() |
boolean |
isLocalDatastoreSupported() |
boolean |
isNfsMountCreationRequired() |
boolean |
isNfsMountCreationSupported() |
void |
setLocalDatastoreSupported(boolean localDatastoreSupported) |
void |
setNfsMountCreationRequired(boolean nfsMountCreationRequired) |
void |
setNfsMountCreationSupported(boolean nfsMountCreationSupported) |
void |
setVmfsExtentExpansionSupported(Boolean vmfsExtentExpansionSupported) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic boolean nfsMountCreationRequired
public boolean nfsMountCreationSupported
public boolean localDatastoreSupported
public Boolean vmfsExtentExpansionSupported
public boolean isNfsMountCreationRequired()
public boolean isNfsMountCreationSupported()
public boolean isLocalDatastoreSupported()
public Boolean getVmfsExtentExpansionSupported()
public void setNfsMountCreationRequired(boolean nfsMountCreationRequired)
public void setNfsMountCreationSupported(boolean nfsMountCreationSupported)
public void setLocalDatastoreSupported(boolean localDatastoreSupported)
public void setVmfsExtentExpansionSupported(Boolean vmfsExtentExpansionSupported)
Copyright © 2011-2012. All Rights Reserved.