Class HostDatastoreSystemCapabilities

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostDatastoreSystemCapabilities
All Implemented Interfaces:
Serializable

public class HostDatastoreSystemCapabilities extends DynamicData
See Also:
  • Field Details

    • nfsMountCreationRequired

      public boolean nfsMountCreationRequired
    • nfsMountCreationSupported

      public boolean nfsMountCreationSupported
    • localDatastoreSupported

      public boolean localDatastoreSupported
    • vmfsExtentExpansionSupported

      public Boolean vmfsExtentExpansionSupported
  • Constructor Details

    • HostDatastoreSystemCapabilities

      public HostDatastoreSystemCapabilities()
  • Method Details

    • isNfsMountCreationRequired

      public boolean isNfsMountCreationRequired()
    • isNfsMountCreationSupported

      public boolean isNfsMountCreationSupported()
    • isLocalDatastoreSupported

      public boolean isLocalDatastoreSupported()
    • getVmfsExtentExpansionSupported

      public Boolean getVmfsExtentExpansionSupported()
    • setNfsMountCreationRequired

      public void setNfsMountCreationRequired(boolean nfsMountCreationRequired)
    • setNfsMountCreationSupported

      public void setNfsMountCreationSupported(boolean nfsMountCreationSupported)
    • setLocalDatastoreSupported

      public void setLocalDatastoreSupported(boolean localDatastoreSupported)
    • setVmfsExtentExpansionSupported

      public void setVmfsExtentExpansionSupported(Boolean vmfsExtentExpansionSupported)