com.hyper9.simdk.stubs.dao
Class HostNetworkConfig

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

public class HostNetworkConfig
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostNetworkConfig()
           
 
Method Summary
 HostIpRouteConfig getConsoleIpRouteConfig()
           
 List<HostVirtualNicConfig> getConsoleVnic()
           
 List<HostDhcpServiceConfig> getDhcp()
           
 HostDnsConfig getDnsConfig()
           
 HostIpRouteConfig getIpRouteConfig()
           
 Boolean getIpV6Enabled()
           
 List<HostNatServiceConfig> getNat()
           
 List<PhysicalNicConfig> getPnic()
           
 List<HostPortGroupConfig> getPortgroup()
           
 List<HostProxySwitchConfig> getProxySwitch()
           
 HostIpRouteTableConfig getRouteTableConfig()
           
 List<HostVirtualNicConfig> getVnic()
           
 List<HostVirtualSwitchConfig> getVswitch()
           
 void setConsoleIpRouteConfig(HostIpRouteConfig toSet)
           
 void setConsoleVnic(List<HostVirtualNicConfig> toSet)
           
 void setDhcp(List<HostDhcpServiceConfig> toSet)
           
 void setDnsConfig(HostDnsConfig toSet)
           
 void setIpRouteConfig(HostIpRouteConfig toSet)
           
 void setIpV6Enabled(Boolean toSet)
           
 void setNat(List<HostNatServiceConfig> toSet)
           
 void setPnic(List<PhysicalNicConfig> toSet)
           
 void setPortgroup(List<HostPortGroupConfig> toSet)
           
 void setProxySwitch(List<HostProxySwitchConfig> toSet)
           
 void setRouteTableConfig(HostIpRouteTableConfig toSet)
           
 void setVnic(List<HostVirtualNicConfig> toSet)
           
 void setVswitch(List<HostVirtualSwitchConfig> 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

HostNetworkConfig

public HostNetworkConfig()
Method Detail

getVswitch

public List<HostVirtualSwitchConfig> getVswitch()

setVswitch

public void setVswitch(List<HostVirtualSwitchConfig> toSet)

getProxySwitch

public List<HostProxySwitchConfig> getProxySwitch()

setProxySwitch

public void setProxySwitch(List<HostProxySwitchConfig> toSet)

getPortgroup

public List<HostPortGroupConfig> getPortgroup()

setPortgroup

public void setPortgroup(List<HostPortGroupConfig> toSet)

getPnic

public List<PhysicalNicConfig> getPnic()

setPnic

public void setPnic(List<PhysicalNicConfig> toSet)

getVnic

public List<HostVirtualNicConfig> getVnic()

setVnic

public void setVnic(List<HostVirtualNicConfig> toSet)

getConsoleVnic

public List<HostVirtualNicConfig> getConsoleVnic()

setConsoleVnic

public void setConsoleVnic(List<HostVirtualNicConfig> toSet)

getDnsConfig

public HostDnsConfig getDnsConfig()

setDnsConfig

public void setDnsConfig(HostDnsConfig toSet)

getIpRouteConfig

public HostIpRouteConfig getIpRouteConfig()

setIpRouteConfig

public void setIpRouteConfig(HostIpRouteConfig toSet)

getConsoleIpRouteConfig

public HostIpRouteConfig getConsoleIpRouteConfig()

setConsoleIpRouteConfig

public void setConsoleIpRouteConfig(HostIpRouteConfig toSet)

getRouteTableConfig

public HostIpRouteTableConfig getRouteTableConfig()

setRouteTableConfig

public void setRouteTableConfig(HostIpRouteTableConfig toSet)

getDhcp

public List<HostDhcpServiceConfig> getDhcp()

setDhcp

public void setDhcp(List<HostDhcpServiceConfig> toSet)

getNat

public List<HostNatServiceConfig> getNat()

setNat

public void setNat(List<HostNatServiceConfig> toSet)

getIpV6Enabled

public Boolean getIpV6Enabled()

setIpV6Enabled

public void setIpV6Enabled(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.