com.hyper9.simdk.stubs.dao
Class VirtualMachineDatastoreInfo

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

public class VirtualMachineDatastoreInfo
extends VirtualMachineTargetInfo

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualMachineDatastoreInfo()
           
 
Method Summary
 DatastoreCapability getCapability()
           
 DatastoreSummary getDatastore()
           
 Long getMaxFileSize()
           
 String getMode()
           
 void setCapability(DatastoreCapability toSet)
           
 void setDatastore(DatastoreSummary toSet)
           
 void setMaxFileSize(Long toSet)
           
 void setMode(String toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.VirtualMachineTargetInfo
getConfigurationTag, getName, setConfigurationTag, setName
 
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

VirtualMachineDatastoreInfo

public VirtualMachineDatastoreInfo()
Method Detail

getDatastore

public DatastoreSummary getDatastore()

setDatastore

public void setDatastore(DatastoreSummary toSet)

getCapability

public DatastoreCapability getCapability()

setCapability

public void setCapability(DatastoreCapability toSet)

getMaxFileSize

public Long getMaxFileSize()

setMaxFileSize

public void setMaxFileSize(Long toSet)

getMode

public String getMode()

setMode

public void setMode(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.