public static final class IPv6DiscoveryOptions.Builder
extends java.lang.Object
IPv6DiscoveryOptions
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
IPv6DiscoveryOptions . |
Modifier and Type | Method and Description |
---|---|
IPv6DiscoveryOptions |
build() |
IPv6DiscoveryOptions.Builder |
setDhcpSnoopingV6Enabled(java.lang.Boolean dhcpSnoopingV6Enabled)
Enable this method will snoop the DHCPv6 message transaction which a VM makes
with a DHCPv6 server.
|
IPv6DiscoveryOptions.Builder |
setNdSnoopingConfig(NdSnoopingConfig ndSnoopingConfig) |
IPv6DiscoveryOptions.Builder |
setVmtoolsV6Enabled(java.lang.Boolean vmtoolsV6Enabled)
Enable this method will learn the IPv6 addresses which are configured on
interfaces of a VM with the help of the VMTools software.
|
public Builder()
IPv6DiscoveryOptions
.public IPv6DiscoveryOptions.Builder setDhcpSnoopingV6Enabled(java.lang.Boolean dhcpSnoopingV6Enabled)
dhcpSnoopingV6Enabled
- New value for the property.public IPv6DiscoveryOptions.Builder setNdSnoopingConfig(NdSnoopingConfig ndSnoopingConfig)
ndSnoopingConfig
- New value for the property.public IPv6DiscoveryOptions.Builder setVmtoolsV6Enabled(java.lang.Boolean vmtoolsV6Enabled)
vmtoolsV6Enabled
- New value for the property.public IPv6DiscoveryOptions build()