[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

IPv6DiscoveryOptions

Contains IPv6 related discovery options.


Properties

boolean
dhcp_snooping_v6_enabled Optional

Enable this method will snoop the DHCPv6 message transaction which a VM makes with a DHCPv6 server. From the transaction, we learn the IPv6 addresses assigned by the DHCPv6 server to this VM along with its lease time.


nd_snooping_config Optional

Indicates ND snooping options


boolean
vmtools_v6_enabled Optional

Enable this method will learn the IPv6 addresses which are configured on interfaces of a VM with the help of the VMTools software.

JSON Example

{
	"dhcp_snooping_v6_enabled": false,
	"nd_snooping_config": {
		"nd_snooping_enabled": false,
		"nd_snooping_limit": 0
	},
	"vmtools_v6_enabled": false
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyIpDiscovery
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Property Of

InlineIPDiscoveryProfile1

Feedback

Was this page helpful?