RouteAdvertisementRule

RouteAdvertisementRule
RouteAdvertisementRule

Route advertisement rules and filtering

JSON Example
{
    "action": "string",
    "name": "string",
    "prefix_operator": "string",
    "route_advertisement_types": [
        "string"
    ],
    "subnets": [
        "string"
    ]
}
string
action
Required

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

Possible values are : PERMIT, DENY,
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 : GE, EQ,
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_ROUTES, TIER1_CONNECTED, TIER1_NAT, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_IPSEC_LOCAL_ENDPOINT,
array of string
subnets
Optional

Network CIDRs to be routed.