StandardHostSwitch

StandardHostSwitch
StandardHostSwitch

Standard host switch specification

JSON Example
{
    "pnics": [
        {
            "uplink_name": "string",
            "device_name": "string"
        }
    ],
    "host_switch_name": "string",
    "ip_assignment_spec": {
        "resource_type": "string"
    },
    "cpu_config": [
        {
            "num_lcores": 0,
            "numa_node_index": 0
        }
    ],
    "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.

ip_assignment_spec
Optional

ip_assignment_spec

cpu_config
Optional

CPU configuration specifies number of Logical cpu cores (Lcores) per Non Uniform Memory Access (NUMA) node dedicated to Enhanced Networking Stack enabled HostSwitch to get the best performance.

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.