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

RouteAdvertisementRule

Route advertisement rules and filtering


Properties

string
action Required

Action to advertise filtered routes to the connected Tier0 gateway. PERMIT: Enables the advertisment DENY: Disables the advertisement

Possible values are: PERMITDENY


string
name Required

Display name should be unique.


string
prefix_operator Optional

Prefix operator to filter subnets. GE prefix operator filters all the routes with prefix length greater than or equal to the subnets configured. EQ prefix operator filter all the routes with prefix length equal to the subnets configured.

Possible values are: GEEQ


array of string
route_advertisement_types Optional

Enable different types of route advertisements. When not specified, routes to IPSec VPN local-endpoint subnets (TIER1_IPSEC_LOCAL_ENDPOINT) are automatically advertised.

Possible values are: TIER1_STATIC_ROUTESTIER1_CONNECTEDTIER1_NATTIER1_LB_VIPTIER1_LB_SNATTIER1_DNS_FORWARDER_IPTIER1_IPSEC_LOCAL_ENDPOINT


array of string as ip-cidr-block
subnets Optional

Network CIDRs to be routed.

JSON Example

{
	"action": "PERMIT",
	"name": "string"
}

Vendor Extensions

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

InlineTier11

Feedback

Was this page helpful?