ALBControllerClusterInfo (type)

{
  "additionalProperties": false, 
  "description": "Advanced Load Balancer controller cluster information about nodes in the cluster and cluster information.", 
  "id": "ALBControllerClusterInfo", 
  "module_id": "PolicyALBControllerDeployment", 
  "properties": {
    "cluster_name": {
      "description": "Advanced Load Balancer controller cluster name.", 
      "readonly": true, 
      "title": "Advanced Load Balancer controller cluster name", 
      "type": "string"
    }, 
    "cluster_state": {
      "description": "Advanced Load Balancer controller cluster state.", 
      "readonly": true, 
      "title": "Advanced Load Balancer controller cluster state", 
      "type": "string"
    }, 
    "cluster_uuid": {
      "description": "ID of the Cluster maintained internally. Note: This is automatically generated and cannot be modified.", 
      "readonly": true, 
      "title": "ID of the cluster used to recognize it", 
      "type": "string"
    }, 
    "error": {
      "$ref": "AlbControllerClusterRuntimeError, 
      "description": "Advanced Load Balancer controller cluster error information, if any.", 
      "readonly": true, 
      "title": "Advanced Load Balancer controller cluster error"
    }, 
    "nodes": {
      "items": {
        "$ref": "ALBControllerNodeInfo
      }, 
      "title": "Advanced Load Balancer controller node information", 
      "type": "array"
    }, 
    "reason": {
      "description": "Advanced Load Balancer cluster state not STABLE reason.", 
      "readonly": true, 
      "title": "Advanced Load Balancer cluster state not STABLE reason.", 
      "type": "string"
    }, 
    "version": {
      "description": "Advanced Load Balancer controller cluster version.", 
      "readonly": true, 
      "title": "Advanced Load Balancer controller cluster version", 
      "type": "string"
    }, 
    "virtual_ip": {
      "$ref": "IPAddress, 
      "description": "Advanced Load Balancer controller cluster virtual_ip.", 
      "readonly": true, 
      "title": "Advanced Load Balancer controller cluster VIP"
    }
  }, 
  "title": "Advanced Load Balancer controller cluster info", 
  "type": "object"
}