ALBControllerNodeInfo (type)

{
  "description": "Advanced Load Balancer controller node information like node IP and node name.", 
  "id": "ALBControllerNodeInfo", 
  "module_id": "PolicyALBControllerDeployment", 
  "properties": {
    "is_dhcp": {
      "description": "Advanced Load Balancer controller node IP configuration is static or DHCP.", 
      "readonly": true, 
      "title": "Is DHCP based IP assignment", 
      "type": "boolean"
    }, 
    "node_ip": {
      "$ref": "IPAddress, 
      "description": "Advanced Load Balancer controller node IP.", 
      "readonly": true, 
      "title": "Advanced Load Balancer controller node IP"
    }, 
    "node_name": {
      "description": "Advanced Load Balancer controller node name.", 
      "readonly": true, 
      "title": "Advanced Load Balancer controller node name", 
      "type": "string"
    }, 
    "node_role": {
      "description": "Advanced Load Balancer controller node role in cluster.", 
      "readonly": true, 
      "title": "Advanced Load Balancer controller node role", 
      "type": "string"
    }, 
    "node_start_time": {
      "$ref": "EpochMsTimestamp, 
      "description": "Advanced Load Balancer controller node start time in its local timezone.", 
      "readonly": true, 
      "title": "Advanced Load Balancer controller node start time"
    }, 
    "node_state": {
      "description": "Advanced Load Balancer controller node current state in the cluster.", 
      "readonly": true, 
      "title": "Advanced Load Balancer controller node state", 
      "type": "string"
    }, 
    "vm_id": {
      "description": "ID of the VM maintained internally. Note: This is automatically generated and cannot be modified.", 
      "readonly": true, 
      "title": "ID of VM used to recognize it", 
      "type": "string"
    }
  }, 
  "title": "Information for Advanced Load Balancer controller nodes", 
  "type": "object"
}