com.hyper9.simdk.stubs.dao
Class DatastoreSummary
java.lang.Object
com.hyper9.simdk.stubs.dao.DynamicData
com.hyper9.simdk.stubs.dao.DatastoreSummary
- All Implemented Interfaces:
- Serializable
public class DatastoreSummary
- extends DynamicData
- Author:
- akutz
- See Also:
- Serialized Form
DatastoreSummary
public DatastoreSummary()
getDatastore
public Datastore getDatastore()
setDatastore
public void setDatastore(Datastore toSet)
getName
public String getName()
setName
public void setName(String toSet)
getUrl
public String getUrl()
setUrl
public void setUrl(String toSet)
getCapacity
public Long getCapacity()
setCapacity
public void setCapacity(Long toSet)
getFreeSpace
public Long getFreeSpace()
setFreeSpace
public void setFreeSpace(Long toSet)
getUncommitted
public Long getUncommitted()
setUncommitted
public void setUncommitted(Long toSet)
getAccessible
public Boolean getAccessible()
setAccessible
public void setAccessible(Boolean toSet)
getMultipleHostAccess
public Boolean getMultipleHostAccess()
setMultipleHostAccess
public void setMultipleHostAccess(Boolean toSet)
getType
public String getType()
setType
public void setType(String toSet)
Copyright © 2009-2010 Hyper9. All Rights Reserved.