[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

InlineSegmentIpDiscoveryProfile1

Properties

integer
arpBindingLimit Optional

Indicates the number of arp snooped IP addresses to be remembered per LogicalPort.


integer
arpNdBindingTimeout Optional

ARP and ND cache timeout (in minutes).


boolean
isArpSnoopingEnabled Optional

Whether ARP snooping is enabled.


boolean
isDhcpSnoopingV4Enabled Optional

Whether DHCP snooping for IPv4 is enabled.


boolean
isDhcpSnoopingV6Enabled Optional

boolean
isDuplicateIpDetectionEnabled Optional

Whether duplicate IP detection is enabled. Duplicate IP detection is used to determine if there is any IP conflict with any other port on the same logical switch. If a conflict is detected, then the IP is marked as a duplicate on the port where the IP was discovered last.


boolean
isNdSnoopingEnabled Optional

Whether ND snooping is enabled. If true, this method will snoop the NS (Neighbor Solicitation) and NA (Neighbor Advertisement) messages in the ND (Neighbor Discovery Protocol) family of messages which are transmitted by a VM. From the NS messages, we will learn about the source which sent this NS message. From the NA message, we will learn the resolved address in the message which the VM is a recipient of. Addresses snooped by this method are subject to TOFU.


boolean
isTofuEnabled Optional

Whether “Trust on First Use(TOFU)” paradigm is enabled.


boolean
isVmToolsV4Enabled Optional

Whether fetching IPv4 address using vm-tools is enabled. This option is only supported on ESX where vm-tools is installed.


boolean
isVmToolsV6Enabled Optional

Whether fetching IPv6 address using vm-tools is enabled. This will learn the IPv6 addresses which are configured on interfaces of a VM with the help of the VMTools software.


integer
ndSnoopingLimit Optional

Maximum number of ND (Neighbor Discovery Protocol) snooped IPv6 addresses.

JSON Example

{
	"arpBindingLimit": 0,
	"arpNdBindingTimeout": 0,
	"isArpSnoopingEnabled": false,
	"isDhcpSnoopingV4Enabled": false,
	"isDhcpSnoopingV6Enabled": false,
	"isDuplicateIpDetectionEnabled": false,
	"isNdSnoopingEnabled": false,
	"isTofuEnabled": false,
	"isVmToolsV4Enabled": false,
	"isVmToolsV6Enabled": false,
	"ndSnoopingLimit": 0
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Used By

SegmentIpDiscoveryProfile

Feedback

Was this page helpful?