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

IPv6Status

IPv6 status


Properties

array of IPv6DADStatus
dad_statuses Optional

Array of DAD status which contains DAD information for IP addresses on the interface.


string
interface_id Optional

Policy path or realization ID of interface for which IPv6 DAD status is returned.

JSON Example

{
	"dad_statuses": [
		{
			"ip_address": "string",
			"status": "DUPLICATED",
			"transport_node": [
				{
					"is_valid": false,
					"target_display_name": "string",
					"target_id": "string",
					"target_type": "string"
				}
			]
		}
	],
	"interface_id": "string"
}

Vendor Extensions

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

Tier0GatewayState
Tier1GatewayState

Feedback

Was this page helpful?