public class HostNetCapabilities extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
canSetPhysicalNicLinkSpeed |
boolean |
dhcpOnVnicSupported |
boolean |
dnsConfigSupported |
boolean |
ipRouteConfigSupported |
Boolean |
ipV6Supported |
Integer |
maxPortGroupsPerVswitch |
String[] |
nicTeamingPolicy |
boolean |
supportsNetworkHints |
boolean |
supportsNicTeaming |
boolean |
supportsVlan |
boolean |
usesServiceConsoleNic |
boolean |
vnicConfigSupported |
boolean |
vswitchConfigSupported |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostNetCapabilities() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIpV6Supported() |
Integer |
getMaxPortGroupsPerVswitch() |
String[] |
getNicTeamingPolicy() |
boolean |
isCanSetPhysicalNicLinkSpeed() |
boolean |
isDhcpOnVnicSupported() |
boolean |
isDnsConfigSupported() |
boolean |
isIpRouteConfigSupported() |
boolean |
isSupportsNetworkHints() |
boolean |
isSupportsNicTeaming() |
boolean |
isSupportsVlan() |
boolean |
isUsesServiceConsoleNic() |
boolean |
isVnicConfigSupported() |
boolean |
isVswitchConfigSupported() |
void |
setCanSetPhysicalNicLinkSpeed(boolean canSetPhysicalNicLinkSpeed) |
void |
setDhcpOnVnicSupported(boolean dhcpOnVnicSupported) |
void |
setDnsConfigSupported(boolean dnsConfigSupported) |
void |
setIpRouteConfigSupported(boolean ipRouteConfigSupported) |
void |
setIpV6Supported(Boolean ipV6Supported) |
void |
setMaxPortGroupsPerVswitch(Integer maxPortGroupsPerVswitch) |
void |
setNicTeamingPolicy(String[] nicTeamingPolicy) |
void |
setSupportsNetworkHints(boolean supportsNetworkHints) |
void |
setSupportsNicTeaming(boolean supportsNicTeaming) |
void |
setSupportsVlan(boolean supportsVlan) |
void |
setUsesServiceConsoleNic(boolean usesServiceConsoleNic) |
void |
setVnicConfigSupported(boolean vnicConfigSupported) |
void |
setVswitchConfigSupported(boolean vswitchConfigSupported) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic boolean canSetPhysicalNicLinkSpeed
public boolean supportsNicTeaming
public String[] nicTeamingPolicy
public boolean supportsVlan
public boolean usesServiceConsoleNic
public boolean supportsNetworkHints
public Integer maxPortGroupsPerVswitch
public boolean vswitchConfigSupported
public boolean vnicConfigSupported
public boolean ipRouteConfigSupported
public boolean dnsConfigSupported
public boolean dhcpOnVnicSupported
public Boolean ipV6Supported
public boolean isCanSetPhysicalNicLinkSpeed()
public boolean isSupportsNicTeaming()
public String[] getNicTeamingPolicy()
public boolean isSupportsVlan()
public boolean isUsesServiceConsoleNic()
public boolean isSupportsNetworkHints()
public Integer getMaxPortGroupsPerVswitch()
public boolean isVswitchConfigSupported()
public boolean isVnicConfigSupported()
public boolean isIpRouteConfigSupported()
public boolean isDnsConfigSupported()
public boolean isDhcpOnVnicSupported()
public Boolean getIpV6Supported()
public void setCanSetPhysicalNicLinkSpeed(boolean canSetPhysicalNicLinkSpeed)
public void setSupportsNicTeaming(boolean supportsNicTeaming)
public void setNicTeamingPolicy(String[] nicTeamingPolicy)
public void setSupportsVlan(boolean supportsVlan)
public void setUsesServiceConsoleNic(boolean usesServiceConsoleNic)
public void setSupportsNetworkHints(boolean supportsNetworkHints)
public void setMaxPortGroupsPerVswitch(Integer maxPortGroupsPerVswitch)
public void setVswitchConfigSupported(boolean vswitchConfigSupported)
public void setVnicConfigSupported(boolean vnicConfigSupported)
public void setIpRouteConfigSupported(boolean ipRouteConfigSupported)
public void setDnsConfigSupported(boolean dnsConfigSupported)
public void setDhcpOnVnicSupported(boolean dhcpOnVnicSupported)
public void setIpV6Supported(Boolean ipV6Supported)
Copyright © 2011-2012. All Rights Reserved.