IdfwTransportNodeCondition (type)

{
  "description": "Status of the Identity Firewall Compute Collection's transport node.", 
  "id": "IdfwTransportNodeCondition", 
  "module_id": "IdentityFirewall", 
  "properties": {
    "status": {
      "description": "Transport node status for IDFW compute collection.", 
      "enum": [
        "UNKNOWN", 
        "UP", 
        "DOWN", 
        "NOT_PREPARED", 
        "IDFW_COMPONENT_NOT_INSTALLED", 
        "DFW_DISABLED", 
        "IDFW_DISABLED"
      ], 
      "required": true, 
      "title": "IDFW TransportNode status.", 
      "type": "string"
    }, 
    "status_detail": {
      "description": "IDFW Compute collection's transport node condition.", 
      "required": false, 
      "title": "IDFW transport node condition.", 
      "type": "string"
    }
  }, 
  "title": "IDFW transport node status.", 
  "type": "object"
}