InlineTier11

InlineTier11
InlineTier11
JSON Example
{
    "default_rule_logging": false,
    "dhcp_config_paths": [
        "string"
    ],
    "disable_firewall": false,
    "enable_standby_relocation": false,
    "failover_mode": "string",
    "force_whitelisting": false,
    "ipv6_profile_paths": [
        "string"
    ],
    "route_advertisement_rules": [
        {
            "action": "string",
            "name": "string",
            "prefix_operator": "string",
            "route_advertisement_types": [
                "string"
            ],
            "subnets": [
                "string"
            ]
        }
    ],
    "route_advertisement_types": [
        "string"
    ],
    "tier0_path": "string",
    "type": "string"
}
boolean
default_rule_logging
Optional

Indicates if logging should be enabled for the default whitelisting rule. This filed is deprecated and recommended to change Rule logging filed. Note that this filed is not synchornied with default logging field.

array of string
dhcp_config_paths
Optional

DHCP configuration for Segments connected to Tier-1. DHCP service is enabled in relay mode.

boolean
disable_firewall
Optional

Disable or enable gateway fiewall.

boolean
enable_standby_relocation
Optional

Flag to enable standby service router relocation. Standby relocation is not enabled until edge cluster is configured for Tier1.

string
failover_mode
Optional

Determines the behavior when a Tier-1 instance restarts after a failure. If set to PREEMPTIVE, the preferred node will take over, even if it causes another failure. If set to NON_PREEMPTIVE, then the instance that restarted will remain secondary. Only applicable when edge cluster is configured in Tier1 locale-service.

Possible values are : PREEMPTIVE, NON_PREEMPTIVE,
boolean
force_whitelisting
Optional

This filed is deprecated and recommended to change Rule action filed. Note that this filed is not synchornied with default rule field.

array of string
ipv6_profile_paths
Optional

Configuration IPv6 NDRA and DAD profiles. Either or both NDRA and/or DAD profiles can be configured.

route_advertisement_rules
Optional

Route advertisement rules and filtering

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,
string
tier0_path
Optional

Specify Tier-1 connectivity to Tier-0 instance.

string
type
Optional

Tier1 connectivity type for reference. Property value is not validated with Tier1 configuration. ROUTED: Tier1 is connected to Tier0 gateway and routing is enabled. ISOLATED: Tier1 is not connected to any Tier0 gateway. NATTED: Tier1 is in ROUTED type with NAT configured locally.

Possible values are : ROUTED, ISOLATED, NATTED,
Used By