com.hyper9.simdk.stubs.dao
Class HostDVSConfigSpec

java.lang.Object
  extended by com.hyper9.simdk.stubs.dao.DynamicData
      extended by com.hyper9.simdk.stubs.dao.HostDVSConfigSpec
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HostDVSCreateSpec

public class HostDVSConfigSpec
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostDVSConfigSpec()
           
 
Method Summary
 DistributedVirtualSwitchHostMemberBacking getBacking()
           
 Integer getMaxProxySwitchPorts()
           
 Boolean getModifyVendorSpecificDvsConfig()
           
 Boolean getModifyVendorSpecificHostMemberConfig()
           
 String getName()
           
 String getStatus()
           
 String getSwitchIpAddress()
           
 List<String> getUplinkPortgroupKey()
           
 List<String> getUplinkPortKey()
           
 String getUuid()
           
 List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificDvsConfig()
           
 List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificHostMemberConfig()
           
 HostDVSVmwareConfigSpec getVmwareSetting()
           
 void setBacking(DistributedVirtualSwitchHostMemberBacking toSet)
           
 void setMaxProxySwitchPorts(Integer toSet)
           
 void setModifyVendorSpecificDvsConfig(Boolean toSet)
           
 void setModifyVendorSpecificHostMemberConfig(Boolean toSet)
           
 void setName(String toSet)
           
 void setStatus(String toSet)
           
 void setSwitchIpAddress(String toSet)
           
 void setUplinkPortgroupKey(List<String> toSet)
           
 void setUplinkPortKey(List<String> toSet)
           
 void setUuid(String toSet)
           
 void setVendorSpecificDvsConfig(List<DistributedVirtualSwitchKeyedOpaqueBlob> toSet)
           
 void setVendorSpecificHostMemberConfig(List<DistributedVirtualSwitchKeyedOpaqueBlob> toSet)
           
 void setVmwareSetting(HostDVSVmwareConfigSpec 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

HostDVSConfigSpec

public HostDVSConfigSpec()
Method Detail

getUuid

public String getUuid()

setUuid

public void setUuid(String toSet)

getName

public String getName()

setName

public void setName(String toSet)

getSwitchIpAddress

public String getSwitchIpAddress()

setSwitchIpAddress

public void setSwitchIpAddress(String toSet)

getUplinkPortgroupKey

public List<String> getUplinkPortgroupKey()

setUplinkPortgroupKey

public void setUplinkPortgroupKey(List<String> toSet)

getUplinkPortKey

public List<String> getUplinkPortKey()

setUplinkPortKey

public void setUplinkPortKey(List<String> toSet)

getModifyVendorSpecificDvsConfig

public Boolean getModifyVendorSpecificDvsConfig()

setModifyVendorSpecificDvsConfig

public void setModifyVendorSpecificDvsConfig(Boolean toSet)

getVendorSpecificDvsConfig

public List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificDvsConfig()

setVendorSpecificDvsConfig

public void setVendorSpecificDvsConfig(List<DistributedVirtualSwitchKeyedOpaqueBlob> toSet)

getBacking

public DistributedVirtualSwitchHostMemberBacking getBacking()

setBacking

public void setBacking(DistributedVirtualSwitchHostMemberBacking toSet)

getMaxProxySwitchPorts

public Integer getMaxProxySwitchPorts()

setMaxProxySwitchPorts

public void setMaxProxySwitchPorts(Integer toSet)

getModifyVendorSpecificHostMemberConfig

public Boolean getModifyVendorSpecificHostMemberConfig()

setModifyVendorSpecificHostMemberConfig

public void setModifyVendorSpecificHostMemberConfig(Boolean toSet)

getVendorSpecificHostMemberConfig

public List<DistributedVirtualSwitchKeyedOpaqueBlob> getVendorSpecificHostMemberConfig()

setVendorSpecificHostMemberConfig

public void setVendorSpecificHostMemberConfig(List<DistributedVirtualSwitchKeyedOpaqueBlob> toSet)

getVmwareSetting

public HostDVSVmwareConfigSpec getVmwareSetting()

setVmwareSetting

public void setVmwareSetting(HostDVSVmwareConfigSpec toSet)

getStatus

public String getStatus()

setStatus

public void setStatus(String toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.