StandardHostSwitch

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

pnics

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.

object
ip_assignment_spec
Optional

IPs can come from either a static IP pool or an explicitly specified IP list or DHCP. In case a list of IP is specified, the number of IPs provided should be sufficient as per teaming policy associated with host switch uplink profile.

host_switch_profile_ids
Optional

host switch profiles bound to this host switch. 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 host switch.