NsxSegment

NsxSegment
Segment configuration

Segment configuration to attach workloads.

AllOf
This class requires all of the following:
JSON Example
{
    "_self": {},
    "_links": [
        {
            "href": "string",
            "action": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_revision": 0,
    "resource_type": "string",
    "_create_user": "string",
    "_create_time": 0,
    "_last_modified_user": "string",
    "_last_modified_time": 0,
    "_system_owned": false,
    "_protection": "string",
    "id": "string",
    "display_name": "string",
    "description": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "origin_site_id": "string",
    "owner_id": "string",
    "parent_path": "string",
    "path": "string",
    "realization_id": "string",
    "relative_path": "string",
    "remote_path": "string",
    "unique_id": "string",
    "children": [
        {
            "_self": {},
            "_links": [
                {
                    "href": "string",
                    "action": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_revision": 0,
            "resource_type": "string",
            "_create_user": "string",
            "_create_time": 0,
            "_last_modified_user": "string",
            "_last_modified_time": 0,
            "_system_owned": false,
            "_protection": "string",
            "id": "string",
            "display_name": "string",
            "description": "string",
            "tags": [
                {
                    "scope": "string",
                    "tag": "string"
                }
            ],
            "mark_for_override": false,
            "marked_for_delete": false
        }
    ],
    "marked_for_delete": false,
    "overridden": false,
    "address_bindings": [
        {
            "ip_address": "string",
            "mac_address": "string",
            "vlan_id": 0
        }
    ],
    "admin_state": "string",
    "advanced_config": {
        "address_pool_paths": [
            "string"
        ],
        "hybrid": false,
        "inter_router": false,
        "local_egress": false,
        "local_egress_routing_policies": [
            {
                "nexthop_address": "string",
                "prefix_list_paths": [
                    "string"
                ]
            }
        ],
        "multicast": false,
        "ndra_profile_path": "string",
        "node_local_switch": false,
        "origin_id": "string",
        "origin_type": "string",
        "uplink_teaming_policy_name": "string",
        "urpf_mode": "string"
    },
    "bridge_profiles": [
        {
            "bridge_profile_path": "string",
            "uplink_teaming_policy_name": "string",
            "vlan_ids": [
                "string"
            ],
            "vlan_transport_zone_path": "string"
        }
    ],
    "connectivity_path": "string",
    "dhcp_config_path": "string",
    "domain_name": "string",
    "evpn_segment": false,
    "evpn_tenant_config_path": "string",
    "extra_configs": [
        {
            "config_pair": {
                "key": "string",
                "value": "string"
            }
        }
    ],
    "federation_config": {
        "global_overlay_id": 0
    },
    "l2_extension": {
        "l2vpn_path": "string",
        "l2vpn_paths": [
            "string"
        ],
        "local_egress": {
            "optimized_ips": [
                "string"
            ]
        },
        "tunnel_id": 0
    },
    "ls_id": "string",
    "mac_pool_id": "string",
    "metadata_proxy_paths": [
        "string"
    ],
    "overlay_id": 0,
    "replication_mode": "string",
    "subnets": [
        {
            "dhcp_config": {
                "dns_servers": [
                    "string"
                ],
                "lease_time": 0,
                "resource_type": "string",
                "server_address": "string"
            },
            "dhcp_ranges": [
                "string"
            ],
            "gateway_address": "string",
            "network": "string"
        }
    ],
    "transport_zone_path": "string",
    "type": "string",
    "vlan_ids": [
        "string"
    ]
}