Uses of Class
com.vmware.nsx_policy.model.IPv6DiscoveryOptions.Builder
-
Packages that use IPv6DiscoveryOptions.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of IPv6DiscoveryOptions.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IPv6DiscoveryOptions.Builder Modifier and Type Method Description IPv6DiscoveryOptions.Builder
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
IPv6DiscoveryOptions.Builder. setNdSnoopingConfig(NdSnoopingConfig ndSnoopingConfig)
IPv6DiscoveryOptions.Builder
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.
-