NSX-T Data Center REST API
Uplink (type) (Deprecated)
{
"deprecated": true,
"id": "Uplink",
"module_id": "UplinkHostSwitchProfile",
"properties": {
"uplink_name": {
"help_summary": "the max length of the name is 47-byte in UTF-8 encoding",
"required": true,
"title": "Name of this uplink",
"type": "string"
},
"uplink_type": {
"enum": [
"PNIC",
"LAG"
],
"required": true,
"title": "Type of the uplink",
"type": "string"
}
},
"title": "Object to identify an uplink based on its type and name",
"type": "object"
}