NSX-T Data Center REST API

ClusterDpuConfig (type)

{
  "description": "Specifies configuration of a homogeneous cluster. If this property is set for a cluster, which indicate that this is a homogenous cluster consisting of hosts running ESXio on data processing unit (DPU) from a certain vendor.",
  "id": "ClusterDpuConfig",
  "module_id": "InventoryCmObj",
  "properties": {
    "vendor": {
      "description": "Specifies the vendor of the data processing unit.",
      "readonly": true,
      "required": false,
      "title": "Vendor of DPU",
      "type": "string"
    }
  },
  "title": "Configuration of homogeneous cluster",
  "type": "object"
}