TransportNodeProfileSubConfig
TransportNodeProfileSubConfig
Transport Node Profile sub-configuration option specification
JSON Example
{
"host_switch_config_option": {
"host_switch_id": "string",
"host_switch_profile_ids": [
{
"key": "string",
"value": "string"
}
],
"ip_assignment_spec": {
"resource_type": "string"
},
"ipv6_assignment_spec": {
"resource_type": "string"
},
"uplinks": [
{
"uplink_name": "string",
"vds_lag_name": "string",
"vds_uplink_name": "string"
}
]
},
"name": "string"
}
host_switch_config_option
Required
Host Switch configuration option specification
string
name
Required
This field represents the name of the subset of the host switch configuration under a Transport Node Profile. This field is applicable only for a VDS based host switch and not for an NVDS based host switch. This name should be unique across a specific host switch.