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

IPv4DiscoveryOptions

Contains IPv4 related discovery options.


Properties

arp_snooping_config Optional

Indicates ARP snooping options


boolean
dhcp_snooping_enabled Optional

Indicates whether DHCP snooping is enabled


boolean
vmtools_enabled Optional

Indicates whether fetching IP using vm-tools is enabled. This option is only supported on ESX where vm-tools is installed.

JSON Example

{
	"arp_snooping_config": {
		"arp_binding_limit": 0,
		"arp_snooping_enabled": false
	},
	"dhcp_snooping_enabled": false,
	"vmtools_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?