com.hyper9.simdk.stubs.dao
Class DVSCapability

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

public class DVSCapability
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
DVSCapability()
           
 
Method Summary
 List<DistributedVirtualSwitchHostProductSpec> getCompatibleHostComponentProductInfo()
           
 Boolean getDvPortGroupOperationSupported()
           
 Boolean getDvPortOperationSupported()
           
 Boolean getDvsOperationSupported()
           
 void setCompatibleHostComponentProductInfo(List<DistributedVirtualSwitchHostProductSpec> toSet)
           
 void setDvPortGroupOperationSupported(Boolean toSet)
           
 void setDvPortOperationSupported(Boolean toSet)
           
 void setDvsOperationSupported(Boolean toSet)
           
 
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

DVSCapability

public DVSCapability()
Method Detail

getDvsOperationSupported

public Boolean getDvsOperationSupported()

setDvsOperationSupported

public void setDvsOperationSupported(Boolean toSet)

getDvPortGroupOperationSupported

public Boolean getDvPortGroupOperationSupported()

setDvPortGroupOperationSupported

public void setDvPortGroupOperationSupported(Boolean toSet)

getDvPortOperationSupported

public Boolean getDvPortOperationSupported()

setDvPortOperationSupported

public void setDvPortOperationSupported(Boolean toSet)

getCompatibleHostComponentProductInfo

public List<DistributedVirtualSwitchHostProductSpec> getCompatibleHostComponentProductInfo()

setCompatibleHostComponentProductInfo

public void setCompatibleHostComponentProductInfo(List<DistributedVirtualSwitchHostProductSpec> toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.