Package com.vmware.vim25
Class HostNetCapabilities
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostNetCapabilities
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanbooleanbooleanbooleanString[]booleanbooleanbooleanbooleanbooleanbooleanFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]booleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetCanSetPhysicalNicLinkSpeed(boolean canSetPhysicalNicLinkSpeed) voidsetDhcpOnVnicSupported(boolean dhcpOnVnicSupported) voidsetDnsConfigSupported(boolean dnsConfigSupported) voidsetIpRouteConfigSupported(boolean ipRouteConfigSupported) voidsetIpV6Supported(Boolean ipV6Supported) voidsetMaxPortGroupsPerVswitch(Integer maxPortGroupsPerVswitch) voidsetNicTeamingPolicy(String[] nicTeamingPolicy) voidsetSupportsNetworkHints(boolean supportsNetworkHints) voidsetSupportsNicTeaming(boolean supportsNicTeaming) voidsetSupportsVlan(boolean supportsVlan) voidsetUsesServiceConsoleNic(boolean usesServiceConsoleNic) voidsetVnicConfigSupported(boolean vnicConfigSupported) voidsetVswitchConfigSupported(boolean vswitchConfigSupported) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
canSetPhysicalNicLinkSpeed
public boolean canSetPhysicalNicLinkSpeed -
supportsNicTeaming
public boolean supportsNicTeaming -
nicTeamingPolicy
-
supportsVlan
public boolean supportsVlan -
usesServiceConsoleNic
public boolean usesServiceConsoleNic -
supportsNetworkHints
public boolean supportsNetworkHints -
maxPortGroupsPerVswitch
-
vswitchConfigSupported
public boolean vswitchConfigSupported -
vnicConfigSupported
public boolean vnicConfigSupported -
ipRouteConfigSupported
public boolean ipRouteConfigSupported -
dnsConfigSupported
public boolean dnsConfigSupported -
dhcpOnVnicSupported
public boolean dhcpOnVnicSupported -
ipV6Supported
-
-
Constructor Details
-
HostNetCapabilities
public HostNetCapabilities()
-
-
Method Details
-
isCanSetPhysicalNicLinkSpeed
public boolean isCanSetPhysicalNicLinkSpeed() -
isSupportsNicTeaming
public boolean isSupportsNicTeaming() -
getNicTeamingPolicy
-
isSupportsVlan
public boolean isSupportsVlan() -
isUsesServiceConsoleNic
public boolean isUsesServiceConsoleNic() -
isSupportsNetworkHints
public boolean isSupportsNetworkHints() -
getMaxPortGroupsPerVswitch
-
isVswitchConfigSupported
public boolean isVswitchConfigSupported() -
isVnicConfigSupported
public boolean isVnicConfigSupported() -
isIpRouteConfigSupported
public boolean isIpRouteConfigSupported() -
isDnsConfigSupported
public boolean isDnsConfigSupported() -
isDhcpOnVnicSupported
public boolean isDhcpOnVnicSupported() -
getIpV6Supported
-
setCanSetPhysicalNicLinkSpeed
public void setCanSetPhysicalNicLinkSpeed(boolean canSetPhysicalNicLinkSpeed) -
setSupportsNicTeaming
public void setSupportsNicTeaming(boolean supportsNicTeaming) -
setNicTeamingPolicy
-
setSupportsVlan
public void setSupportsVlan(boolean supportsVlan) -
setUsesServiceConsoleNic
public void setUsesServiceConsoleNic(boolean usesServiceConsoleNic) -
setSupportsNetworkHints
public void setSupportsNetworkHints(boolean supportsNetworkHints) -
setMaxPortGroupsPerVswitch
-
setVswitchConfigSupported
public void setVswitchConfigSupported(boolean vswitchConfigSupported) -
setVnicConfigSupported
public void setVnicConfigSupported(boolean vnicConfigSupported) -
setIpRouteConfigSupported
public void setIpRouteConfigSupported(boolean ipRouteConfigSupported) -
setDnsConfigSupported
public void setDnsConfigSupported(boolean dnsConfigSupported) -
setDhcpOnVnicSupported
public void setDhcpOnVnicSupported(boolean dhcpOnVnicSupported) -
setIpV6Supported
-