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

InlineBgpNeighborRouteDetailsCsvRecord1

Properties

string
as_path Optional

BGP AS path attribute.


integer as int64
local_pref Optional

BGP Local Preference attribute.


string
logical_router_id Optional

Logical router id


integer as int64
med Optional

BGP Multi Exit Discriminator attribute.


string as ip
neighbor_address Optional

BGP neighbor peer IP address.


string
neighbor_id Optional

BGP neighbor id


string as ip-cidr-block
network Optional

CIDR network address.


string as ip
next_hop Optional

Next hop IP address.


string as ip
source_address Optional

BGP neighbor source address.


string
transport_node_id Optional

Transport node id


integer as int64
weight Optional

BGP Weight attribute.

JSON Example

{
	"as_path": "string",
	"local_pref": 0,
	"logical_router_id": "string",
	"med": 0,
	"neighbor_address": "string",
	"neighbor_id": "string",
	"network": "string",
	"next_hop": "string",
	"source_address": "string",
	"transport_node_id": "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
Used By

BgpNeighborRouteDetailsCsvRecord

Feedback

Was this page helpful?