com.hyper9.simdk.stubs.dao
Class HostNetCapabilities

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

public class HostNetCapabilities
extends DynamicData

Author:
akutz
See Also:
Serialized Form

Constructor Summary
HostNetCapabilities()
           
 
Method Summary
 Boolean getCanSetPhysicalNicLinkSpeed()
           
 Boolean getDhcpOnVnicSupported()
           
 Boolean getDnsConfigSupported()
           
 Boolean getIpRouteConfigSupported()
           
 Boolean getIpV6Supported()
           
 Integer getMaxPortGroupsPerVswitch()
           
 List<String> getNicTeamingPolicy()
           
 Boolean getSupportsNetworkHints()
           
 Boolean getSupportsNicTeaming()
           
 Boolean getSupportsVlan()
           
 Boolean getUsesServiceConsoleNic()
           
 Boolean getVnicConfigSupported()
           
 Boolean getVswitchConfigSupported()
           
 void setCanSetPhysicalNicLinkSpeed(Boolean toSet)
           
 void setDhcpOnVnicSupported(Boolean toSet)
           
 void setDnsConfigSupported(Boolean toSet)
           
 void setIpRouteConfigSupported(Boolean toSet)
           
 void setIpV6Supported(Boolean toSet)
           
 void setMaxPortGroupsPerVswitch(Integer toSet)
           
 void setNicTeamingPolicy(List<String> toSet)
           
 void setSupportsNetworkHints(Boolean toSet)
           
 void setSupportsNicTeaming(Boolean toSet)
           
 void setSupportsVlan(Boolean toSet)
           
 void setUsesServiceConsoleNic(Boolean toSet)
           
 void setVnicConfigSupported(Boolean toSet)
           
 void setVswitchConfigSupported(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

HostNetCapabilities

public HostNetCapabilities()
Method Detail

getCanSetPhysicalNicLinkSpeed

public Boolean getCanSetPhysicalNicLinkSpeed()

setCanSetPhysicalNicLinkSpeed

public void setCanSetPhysicalNicLinkSpeed(Boolean toSet)

getSupportsNicTeaming

public Boolean getSupportsNicTeaming()

setSupportsNicTeaming

public void setSupportsNicTeaming(Boolean toSet)

getNicTeamingPolicy

public List<String> getNicTeamingPolicy()

setNicTeamingPolicy

public void setNicTeamingPolicy(List<String> toSet)

getSupportsVlan

public Boolean getSupportsVlan()

setSupportsVlan

public void setSupportsVlan(Boolean toSet)

getUsesServiceConsoleNic

public Boolean getUsesServiceConsoleNic()

setUsesServiceConsoleNic

public void setUsesServiceConsoleNic(Boolean toSet)

getSupportsNetworkHints

public Boolean getSupportsNetworkHints()

setSupportsNetworkHints

public void setSupportsNetworkHints(Boolean toSet)

getMaxPortGroupsPerVswitch

public Integer getMaxPortGroupsPerVswitch()

setMaxPortGroupsPerVswitch

public void setMaxPortGroupsPerVswitch(Integer toSet)

getVswitchConfigSupported

public Boolean getVswitchConfigSupported()

setVswitchConfigSupported

public void setVswitchConfigSupported(Boolean toSet)

getVnicConfigSupported

public Boolean getVnicConfigSupported()

setVnicConfigSupported

public void setVnicConfigSupported(Boolean toSet)

getIpRouteConfigSupported

public Boolean getIpRouteConfigSupported()

setIpRouteConfigSupported

public void setIpRouteConfigSupported(Boolean toSet)

getDnsConfigSupported

public Boolean getDnsConfigSupported()

setDnsConfigSupported

public void setDnsConfigSupported(Boolean toSet)

getDhcpOnVnicSupported

public Boolean getDhcpOnVnicSupported()

setDhcpOnVnicSupported

public void setDhcpOnVnicSupported(Boolean toSet)

getIpV6Supported

public Boolean getIpV6Supported()

setIpV6Supported

public void setIpV6Supported(Boolean toSet)


Copyright © 2009-2010 Hyper9. All Rights Reserved.