InlineLocaleServices1

InlineLocaleServices1
InlineLocaleServices1
JSON Example
{
    "edge_cluster_path": "string",
    "ha_vip_configs": [
        {
            "enabled": false,
            "external_interface_paths": [
                "string"
            ],
            "vip_subnets": [
                {
                    "ip_addresses": [
                        "string"
                    ],
                    "prefix_len": 0
                }
            ]
        }
    ],
    "preferred_edge_paths": [
        "string"
    ],
    "route_redistribution_types": [
        "string"
    ]
}
string
edge_cluster_path
Optional

Policy path to edge cluster. Auto-assigned on Tier0 if associated enforcement-point has only one edge cluster.

ha_vip_configs
Optional

This configuration can be defined only for Active-Standby Tier0 gateway to provide redundancy. For mulitple external interfaces, multiple HA VIP configs must be defined and each config will pair exactly two external interfaces. The VIP will move and will always be owned by the Active node. When this property is configured, configuration of dynamic-routing is not allowed.

array of string
preferred_edge_paths
Optional

Policy paths to edge nodes. Specified edge is used as preferred edge cluster member when failover mode is set to PREEMPTIVE, not applicable otherwise.

array of string
route_redistribution_types
Optional

Enable redistribution of different types of routes on Tier-0. This property is only valid for locale-service under Tier-0.

Possible values are : TIER0_STATIC, TIER0_CONNECTED, TIER0_EXTERNAL_INTERFACE, TIER0_SEGMENT, TIER0_ROUTER_LINK, TIER0_SERVICE_INTERFACE, TIER0_LOOPBACK_INTERFACE, TIER0_DNS_FORWARDER_IP, TIER0_IPSEC_LOCAL_IP, TIER0_NAT, TIER1_NAT, TIER1_STATIC, TIER1_LB_VIP, TIER1_LB_SNAT, TIER1_DNS_FORWARDER_IP, TIER1_CONNECTED, TIER1_SERVICE_INTERFACE, TIER1_SEGMENT, TIER1_IPSEC_LOCAL_ENDPOINT,