NSX-T Data Center REST API

Uplink (type)

{
  "id": "Uplink",
  "module_id": "UplinkHostSwitchProfile",
  "properties": {
    "uplink_info": {
      "description": "Additional information indicating if the uplink is being configured for certain data-path features. An uplink can be considered as DPU capable if the corresponding host-switch data-path processing is offloaded to the SmartNic. PRP_LAN enums are not supported currently.",
      "enum": [
        "PRP_LAN_A",
        "PRP_LAN_B",
        "DPU"
      ],
      "nsx_feature": "DualDpuNetwork",
      "required": false,
      "title": "Additional information about the uplink",
      "type": "string"
    },
    "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"
}