{ "description": "Status of the Identity Firewall compute collection's VM.", "id": "IdfwVirtualMachineCondition", "module_id": "IdentityFirewall", "properties": { "status": { "enum": [ "UNKNOWN", "UP", "DOWN", "VM_TOOLS_NOT_INSTALLED", "IDFW_NOT_SUPPORTED", "DFW_DISABLED", "IDFW_DISABLED" ], "required": true, "title": "VM IDFW Status.", "type": "string" }, "status_detail": { "description": "IDFW compute collection's VM condition.", "required": false, "title": "IDFW VM condition.", "type": "string" } }, "title": "IDFW VM Status.", "type": "object" }