NSX-T Data Center REST API

ALBControllerNodeFormFactor (type)

{
  "additionalProperties": false,
  "description": "Avi Load Balancer node form factor.",
  "id": "ALBControllerNodeFormFactor",
  "module_id": "PolicyALBControllerDeployment",
  "properties": {
    "disk": {
      "description": "Disk size of the Avi Load Balancer Controller node in Bytes.",
      "readonly": true,
      "title": "Disk size of the Avi Load Balancer Controller node in Bytes",
      "type": "integer"
    },
    "memory": {
      "description": "Memory size of the Avi Load Balancer Controller node in Bytes.",
      "readonly": true,
      "title": "Memory size of the Avi Load Balancer Controller node in Bytes",
      "type": "integer"
    },
    "type": {
      "$ref": "ALBControllerClusterNodeVMFormFactor",
      "description": "Avi Load Balancer Controller node form factor type.",
      "readonly": true,
      "title": "Avi Load Balancer Controller node form factor type"
    },
    "vcpu": {
      "description": "Number of virtual cpus on the Avi Load Balancer Controller node.",
      "readonly": true,
      "title": "Number of virtual cpus on the Avi Load Balancer Controller node",
      "type": "integer"
    }
  },
  "title": "Avi Load Balancer Controller node form factor",
  "type": "object"
}