com.hyper9.simdk.stubs.dao
Class HostDatastoreSystemCapabilities

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostDatastoreSystemCapabilities
All Implemented Interfaces:
Serializable

public class HostDatastoreSystemCapabilities
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDatastoreSystemCapabilities()
           
 
Method Summary
 Boolean getLocalDatastoreSupported()
           
 Boolean getNfsMountCreationRequired()
           
 Boolean getNfsMountCreationSupported()
           
 Boolean getVmfsExtentExpansionSupported()
           
 void setLocalDatastoreSupported(Boolean toSet)
           
 void setNfsMountCreationRequired(Boolean toSet)
           
 void setNfsMountCreationSupported(Boolean toSet)
           
 void setVmfsExtentExpansionSupported(Boolean toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.DynamicData
equals, getDynamicProperty, getDynamicType, getJpaId, getSessionKey, setDynamicProperty, setDynamicType, setJpaId, setSessionKey
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HostDatastoreSystemCapabilities

public HostDatastoreSystemCapabilities()
Method Detail

getNfsMountCreationRequired

public Boolean getNfsMountCreationRequired()

setNfsMountCreationRequired

public void setNfsMountCreationRequired(Boolean toSet)

getNfsMountCreationSupported

public Boolean getNfsMountCreationSupported()

setNfsMountCreationSupported

public void setNfsMountCreationSupported(Boolean toSet)

getLocalDatastoreSupported

public Boolean getLocalDatastoreSupported()

setLocalDatastoreSupported

public void setLocalDatastoreSupported(Boolean toSet)

getVmfsExtentExpansionSupported

public Boolean getVmfsExtentExpansionSupported()

setVmfsExtentExpansionSupported

public void setVmfsExtentExpansionSupported(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.