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"
},
"host_switch_profile_ids": [
{
"value": "string",
"key": "string"
}
]
}
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.
array of HostSwitchProfileTypeIdEntry
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.