InlineSegment1

InlineSegment1
InlineSegment1
JSON Example
{
    "advanced_config": {
        "address_pool_paths": [
            "string"
        ],
        "hybrid": false,
        "local_egress": false
    },
    "connectivity_path": "string",
    "domain_name": "string",
    "l2_extension": {
        "l2vpn_path": "string",
        "l2vpn_paths": [
            "string"
        ],
        "tunnel_id": 0
    },
    "ls_id": "string",
    "overlay_id": 0,
    "subnets": [
        {
            "dhcp_ranges": [
                "string"
            ],
            "gateway_address": "string",
            "network": "string"
        }
    ],
    "transport_zone_path": "string",
    "type": "string",
    "vlan_ids": [
        "string"
    ]
}
advanced_config
Optional

Advanced configuration for Segment

string
connectivity_path
Optional

Policy path to the connecting Tier-0 or Tier-1. Valid only for segments created under Infra.

string
domain_name
Optional

DNS domain name

l2_extension
Optional

Segment specific L2 VPN configuration

string
ls_id
Optional

This property is deprecated. The property will continue to work as expected for existing segments. The segments that are newly created with ls_id will be ignored. Sepcify pre-creted logical switch id for Segment.

integer As int32 As int32
overlay_id
Optional

Used for overlay connectivity of segments. The overlay_id should be allocated from the pool as definied by enforcement-point. If not provided, it is auto-allocated from the default pool on the enforcement-point.

subnets
Optional

Subnet configuration. Max 1 subnet

string
transport_zone_path
Optional

Policy path to the transport zone. Supported for VLAN backed segments as well as Overlay Segments. This field is required for VLAN backed Segments. Auto assigned if only one transport zone exists in the enforcement point. Default transport zone is auto assigned for overlay segments if none specified.

string
type
Optional

Segment type based on configuration.

Possible values are : ROUTED, EXTENDED, ROUTED_AND_EXTENDED, DISCONNECTED,
array of string
vlan_ids
Optional

VLAN ids for a VLAN backed Segment. Can be a VLAN id or a range of VLAN ids specified with '-' in between.

Used By