NSX-T Data Center REST API

IdfwComputeCollectionStatus (type)

{
  "description": "compute collection ID and status connected to VC.",
  "id": "IdfwComputeCollectionStatus",
  "module_id": "IdentityFirewall",
  "properties": {
    "compute_collection_id": {
      "description": "IDFW compute collection ID connected to VC.",
      "required": true,
      "title": "IDFW compute collection ID.",
      "type": "string"
    },
    "compute_collection_status": {
      "description": "IDFW enabled compute collection status.",
      "items": {
        "$ref": "IdfwComputeCollectionCondition"
      },
      "title": "Compute collection status.",
      "type": "array"
    }
  },
  "title": "IDFW compute collection ID and status.",
  "type": "object"
}