ALBControllerNodeFormFactor (type)

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