ALBControllerNodeParameters (type)

{
  "additionalProperties": false, 
  "description": "Parameters for listing the Advanced Load Balancer controller nodes.", 
  "id": "ALBControllerNodeParameters", 
  "module_id": "PolicyALBControllerDeployment", 
  "properties": {
    "state": {
      "description": "If state is pending then pending requests for Advanced Load Balancer controller VMs are shown. If state is deployed then deployed requests for Advanced Load Balancer controller VMs are shown. else show all the Advanced Load Balancer controller deployment requests.", 
      "enum": [
        "DEPLOYED", 
        "PENDING"
      ], 
      "title": "the current state of the Advanced Load Balancer controller VM", 
      "type": "string"
    }
  }, 
  "title": "List parameters for Advanced Load Balancer controller nodes", 
  "type": "object"
}