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

RoutesPerTransportNode

BGP routes per transport node.


Properties

array of RouteDetails
routes Optional

Array of BGP neighbor route details for this transport node.


string as ip
source_address Optional

BGP neighbor source address.


string
transport_node_id Optional

Transport node id

JSON Example

{
	"routes": [
		{
			"as_path": "string",
			"local_pref": 0,
			"med": 0,
			"network": "string",
			"next_hop": "string",
			"weight": 0
		}
	],
	"source_address": "string",
	"transport_node_id": "string"
}

Vendor Extensions

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

BgpNeighborRoutes

Feedback

Was this page helpful?