StandardHostSwitch
Standard host switch specification
{
"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"
}
]
}
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.
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 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.