HostSwitch

HostSwitch
HostSwitch

Host Switch specification

JSON Example
{
    "pnics": [
        {
            "uplink_name": "string",
            "device_name": "string"
        }
    ],
    "host_switch_name": "string",
    "static_ip_pool_id": "string",
    "host_switch_profile_ids": [
        {
            "value": "string",
            "key": "string"
        }
    ]
}
array of Pnic
pnics
Optional

Physical NICs connected to the host switch

string
host_switch_name
Optional

If this name is unset or empty then the default host switch name will be used. The name must be unique among all host switches specified in a given Transport Node; unset name, empty name and the default host switch name are considered the same in terms of uniqueness.

string
static_ip_pool_id
Optional

ID of configured Static IP Pool. If specified allocate IP for Endpoints from Pool. Else assume IP will be assigned for Endpoints from DHCP. This field is deprecated, use ip_assignment_spec field instead.

host_switch_profile_ids
Optional

HostSwitch profiles bound to this HostSwitch. If a profile ID is not provided for any HostSwitchProfileType that is supported by the Transport Node, the corresponding default profile will be bound to the HostSwitch.