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

BgpNeighborRoutes

BGP neighbor learned/advertised route details.


Properties

egde_node_routes Optional

Array of BGP neighbor route details per edge node.


string
enforcement_point_path Optional

Enforcement point policy path


string
neighbor_path Optional

BGP neighbor policy path

JSON Example

{
	"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"
}

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

InlineBgpNeighborRoutesListResult1

Feedback

Was this page helpful?