com.hyper9.simdk.stubs.dao
Class VirtualDiskSparseVer2BackingOption

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

public class VirtualDiskSparseVer2BackingOption
extends VirtualDeviceFileBackingOption

Author:
akutz
See Also:
Serialized Form

Constructor Summary
VirtualDiskSparseVer2BackingOption()
           
 
Method Summary
 ChoiceOption getDiskMode()
           
 Boolean getGrowable()
           
 Boolean getHotGrowable()
           
 BoolOption getSplit()
           
 Boolean getUuid()
           
 BoolOption getWriteThrough()
           
 void setDiskMode(ChoiceOption toSet)
           
 void setGrowable(Boolean toSet)
           
 void setHotGrowable(Boolean toSet)
           
 void setSplit(BoolOption toSet)
           
 void setUuid(Boolean toSet)
           
 void setWriteThrough(BoolOption toSet)
           
 
Methods inherited from class com.hyper9.simdk.stubs.dao.VirtualDeviceFileBackingOption
getFileNameExtensions, setFileNameExtensions
 
Methods inherited from class com.hyper9.simdk.stubs.dao.VirtualDeviceBackingOption
getType, 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

VirtualDiskSparseVer2BackingOption

public VirtualDiskSparseVer2BackingOption()
Method Detail

getDiskMode

public ChoiceOption getDiskMode()

setDiskMode

public void setDiskMode(ChoiceOption toSet)

getSplit

public BoolOption getSplit()

setSplit

public void setSplit(BoolOption toSet)

getWriteThrough

public BoolOption getWriteThrough()

setWriteThrough

public void setWriteThrough(BoolOption toSet)

getGrowable

public Boolean getGrowable()

setGrowable

public void setGrowable(Boolean toSet)

getHotGrowable

public Boolean getHotGrowable()

setHotGrowable

public void setHotGrowable(Boolean toSet)

getUuid

public Boolean getUuid()

setUuid

public void setUuid(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.