com.hyper9.simdk.stubs.mao
Class Datastore

java.lang.Object
  extended by com.hyper9.simdk.stubs.mao.ManagedObjectReference
      extended by com.hyper9.simdk.stubs.mao.ManagedObject
          extended by com.hyper9.simdk.stubs.mao.ExtensibleManagedObject
              extended by com.hyper9.simdk.stubs.mao.ManagedEntity
                  extended by com.hyper9.simdk.stubs.mao.Datastore
All Implemented Interfaces:
Serializable

public class Datastore
extends ManagedEntity

Author:
akutz
See Also:
Serialized Form

Constructor Summary
Datastore()
           
 
Method Summary
 HostDatastoreBrowser getBrowser()
           
 DatastoreCapability getCapability()
           
 List<DatastoreHostMount> getHost()
           
 DatastoreInfo getInfo()
           
 DatastoreSummary getSummary()
           
 List<VirtualMachine> getVm()
           
 void setBrowser(HostDatastoreBrowser toSet)
           
 void setCapability(DatastoreCapability toSet)
           
 void setHost(List<DatastoreHostMount> toSet)
           
 void setInfo(DatastoreInfo toSet)
           
 void setSummary(DatastoreSummary toSet)
           
 void setVm(List<VirtualMachine> toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedEntity
getAlarmActionsEnabled, getConfigIssue, getConfigStatus, getCustomValue, getDeclaredAlarmState, getDisabledMethod, getEffectiveRole, getName, getOverallStatus, getParent, getPermission, getRecentTask, getTag, getTriggeredAlarmState, setAlarmActionsEnabled, setConfigIssue, setConfigStatus, setCustomValue, setDeclaredAlarmState, setDisabledMethod, setEffectiveRole, setName, setOverallStatus, setParent, setPermission, setRecentTask, setTag, setTriggeredAlarmState
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ExtensibleManagedObject
getAvailableField, getValue, setAvailableField, setValue
 
Methods inherited from class com.hyper9.simdk.stubs.mao.ManagedObjectReference
equals, get_Value, getJpaId, getServerGuid, getSessionKey, getType, set_Value, setJpaId, setServerGuid, setSessionKey, setType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Datastore

public Datastore()
Method Detail

getHost

public List<DatastoreHostMount> getHost()

setHost

public void setHost(List<DatastoreHostMount> toSet)

getInfo

public DatastoreInfo getInfo()

setInfo

public void setInfo(DatastoreInfo toSet)

getVm

public List<VirtualMachine> getVm()

setVm

public void setVm(List<VirtualMachine> toSet)

getCapability

public DatastoreCapability getCapability()

setCapability

public void setCapability(DatastoreCapability toSet)

getSummary

public DatastoreSummary getSummary()

setSummary

public void setSummary(DatastoreSummary toSet)

getBrowser

public HostDatastoreBrowser getBrowser()

setBrowser

public void setBrowser(HostDatastoreBrowser toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.