EnforcedStatusInfoNsxT (type)

{
  "additionalProperties": false, 
  "description": "Information about the realized status of the intent object on an NSX-T type of enforcement point. Some very recent changes may be excluded when preparing this information, which is indicated by Pending Changes Info. In addition to the realized status across all scopes, this information holds details about enforced realized status per scope.", 
  "id": "EnforcedStatusInfoNsxT", 
  "module_id": "PolicyRealizationStatus", 
  "properties": {
    "enforced_status": {
      "$ref": "EnforcedStatusNsxT, 
      "description": "Consolidated Realized Status of an Intent object across all scopes of an NSX-T type of enforcement point.", 
      "readonly": true, 
      "title": "Enforced Realized Status"
    }, 
    "enforced_status_per_scope": {
      "description": "List of Enforced Realized Status per Scope.", 
      "items": {
        "$ref": "EnforcedStatusPerScopeNsxT
      }, 
      "readonly": true, 
      "title": "List of Enforced Realized Status per Scope", 
      "type": "array"
    }
  }, 
  "title": "NSX-T Enforced Realized Status Information", 
  "type": "object"
}