NSX-T Data Center REST API

IdfwComputeCollectionCondition (type)

{
  "description": "Status of the Identity Firewall enabled Compute collection.",
  "id": "IdfwComputeCollectionCondition",
  "module_id": "IdentityFirewall",
  "properties": {
    "status": {
      "enum": [
        "UNKNOWN",
        "UP",
        "DOWN",
        "DFW_DISABLED",
        "IDFW_ENABLED",
        "IDFW_DISABLED"
      ],
      "required": true,
      "title": "IDFW enabled Compute collection status.",
      "type": "string"
    },
    "status_detail": {
      "description": "Status of the Compute collection.",
      "required": false,
      "title": "Compute collection status.",
      "type": "string"
    }
  },
  "title": "IDFW Compute collection status.",
  "type": "object"
}