HostSwitchState

HostSwitchState
HostSwitchState

Host Switch State

JSON Example
{
    "host_switch_id": "string",
    "endpoints": [
        {
            "ip": "string",
            "subnet_mask": "string",
            "default_gateway": "string",
            "label": 0,
            "device_name": "string"
        }
    ],
    "transport_zone_ids": [
        "string"
    ],
    "host_switch_name": "string"
}
string
host_switch_id
Optional

External ID of the HostSwitch

array of Endpoint
endpoints
Optional

List of virtual tunnel endpoints which are configured on this switch

array of string
transport_zone_ids
Optional

List of Ids of TransportZones this HostSwitch belongs to

string
host_switch_name
Optional

The name must be unique among all host switches specified in a given Transport Node.