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

InlineRoutingTableListResult1

Properties

array of RoutingTable
results Optional

Paged Collection of Routes per transport node ID.

JSON Example

{
	"results": [
		{
			"count": 0,
			"edge_node": "string",
			"route_entries": [
				{
					"admin_distance": 0,
					"network": "string",
					"next_hop": "string",
					"route_type": "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
Used By

RoutingTableListResult

Feedback

Was this page helpful?