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

RouteDetails

BGP route details.


Properties

string
as_path Optional

BGP AS path attribute.


integer as int64
local_pref Optional

BGP Local Preference attribute.


integer as int64
med Optional

BGP Multi Exit Discriminator attribute.


string as ip-cidr-block
network Optional

CIDR network address.


string as ip
next_hop Optional

Next hop IP address.


integer as int64
weight Optional

BGP Weight attribute.

JSON Example

{
	"as_path": "string",
	"local_pref": 0,
	"med": 0,
	"network": "string",
	"next_hop": "string",
	"weight": 0
}

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

RoutesPerTransportNode

Feedback

Was this page helpful?