HostSwitchState
HostSwitchState
Host Switch State
JSON Example
{
"host_switch_id": "string",
"endpoints": [
{
"subnet_mask": "string",
"mac": "string",
"default_gateway": "string",
"ip": "string",
"device_name": "string",
"label": 0
}
],
"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.