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

BgpNeighborRoutesListResult

AllOf


This class requires all of the following:

JSON Example

{
	"_links": [
		{
			"action": "string",
			"href": "string",
			"rel": "string"
		}
	],
	"_schema": "string",
	"_self": {
		"action": "string",
		"href": "string",
		"rel": "string"
	},
	"cursor": "string",
	"result_count": 0,
	"results": [
		{
			"egde_node_routes": [
				{
					"routes": [
						{
							"as_path": "string",
							"local_pref": 0,
							"med": 0,
							"network": "string",
							"next_hop": "string",
							"weight": 0
						}
					],
					"source_address": "string",
					"transport_node_id": "string"
				}
			],
			"enforcement_point_path": "string",
			"neighbor_path": "string"
		}
	],
	"sort_ascending": false,
	"sort_by": "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
Returned By

Get BGP Neighbor Advertised Routes
Get BGP Neighbor Routes

Feedback

Was this page helpful?