NSX-T Data Center REST API

IntelligenceFormFactor (type)

{
  "additionalProperties": false,
  "description": "Napp cluster form factor",
  "id": "IntelligenceFormFactor",
  "properties": {
    "default_worker_count": {
      "description": "Default number of Napp worker nodes.",
      "readonly": true,
      "title": "Default number of Napp worker nodes.",
      "type": "integer"
    },
    "disk": {
      "description": "Disk size of the Napp worker nodes in GBs.",
      "readonly": true,
      "title": "Disk size of the Napp worker nodes in GBs",
      "type": "integer"
    },
    "memory": {
      "description": "Memory size of the Napp worker nodes in GBs",
      "readonly": true,
      "title": "Memory size of the Napp worker nodes in GBs",
      "type": "integer"
    },
    "type": {
      "$ref": "IntelligenceClusterNodeVMFormFactor",
      "description": "NSX Intelligence node form factor type",
      "readonly": true,
      "title": "Napp cluster form factor type"
    },
    "vcpu": {
      "description": "Number of virtual cpus on the Napp worker nodes",
      "readonly": true,
      "title": "Number of virtual cpus on the Napp worker nodes",
      "type": "integer"
    }
  },
  "title": "Napp cluster form factor",
  "type": "object"
}