PreconfiguredHostSwitch

PreconfiguredHostSwitch
PreconfiguredHostSwitch

Preconfigured host switch is used for manually configured transport node.

JSON Example
{
    "endpoints": [
        {
            "device_name": "string"
        }
    ],
    "host_switch_id": "string",
    "transport_zone_endpoints": [
        {
            "transport_zone_id": "string",
            "transport_zone_profile_ids": [
                {
                    "profile_id": "string",
                    "resource_type": "string"
                }
            ]
        }
    ]
}
endpoints
Optional
Constraints: maxItems: 1

List of virtual tunnel endpoints which are preconfigured on this host switch

string
host_switch_id
Required

External Id of the preconfigured host switch.

transport_zone_endpoints
Optional

List of TransportZones that are to be associated with specified host switch.