com.hyper9.simdk.stubs.dao
Class HostVmfsVolume

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

public class HostVmfsVolume
extends HostFileSystemVolume

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostVmfsVolume()
           
 
Method Summary
 Integer getBlockSizeMb()
           
 List<HostScsiDiskPartition> getExtent()
           
 HostForceMountedInfo getForceMountedInfo()
           
 Integer getMajorVersion()
           
 Integer getMaxBlocks()
           
 String getUuid()
           
 String getVersion()
           
 Boolean getVmfsUpgradable()
           
 void setBlockSizeMb(Integer toSet)
           
 void setExtent(List<HostScsiDiskPartition> toSet)
           
 void setForceMountedInfo(HostForceMountedInfo toSet)
           
 void setMajorVersion(Integer toSet)
           
 void setMaxBlocks(Integer toSet)
           
 void setUuid(String toSet)
           
 void setVersion(String toSet)
           
 void setVmfsUpgradable(Boolean toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.HostFileSystemVolume
getCapacity, getName, getType, setCapacity, setName, setType
 
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

HostVmfsVolume

public HostVmfsVolume()
Method Detail

getBlockSizeMb

public Integer getBlockSizeMb()

setBlockSizeMb

public void setBlockSizeMb(Integer toSet)

getMaxBlocks

public Integer getMaxBlocks()

setMaxBlocks

public void setMaxBlocks(Integer toSet)

getMajorVersion

public Integer getMajorVersion()

setMajorVersion

public void setMajorVersion(Integer toSet)

getVersion

public String getVersion()

setVersion

public void setVersion(String toSet)

getUuid

public String getUuid()

setUuid

public void setUuid(String toSet)

getExtent

public List<HostScsiDiskPartition> getExtent()

setExtent

public void setExtent(List<HostScsiDiskPartition> toSet)

getVmfsUpgradable

public Boolean getVmfsUpgradable()

setVmfsUpgradable

public void setVmfsUpgradable(Boolean toSet)

getForceMountedInfo

public HostForceMountedInfo getForceMountedInfo()

setForceMountedInfo

public void setForceMountedInfo(HostForceMountedInfo toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.