EnforcedStatusDetailsNsxT (type)

{
  "additionalProperties": false, 
  "description": "Detailed Realized Status of an intent object on an NSX-T type of enforcement point. This is a detailed view of the Realized Status of an intent object from an NSX-T enforcement point perspective.", 
  "id": "EnforcedStatusDetailsNsxT", 
  "module_id": "PolicyRealizationStatus", 
  "properties": {
    "enforced_status_info": {
      "$ref": "EnforcedStatusInfoNsxT, 
      "description": "Information about the realized status of the intent on this enforcement point. Some very recent changes may be excluded when preparing this information, which is indicated by Pending Changes Info.", 
      "readonly": true, 
      "title": "Enforced Realized Status Info"
    }, 
    "pending_changes_info": {
      "$ref": "PendingChangesInfoNsxT, 
      "description": "Information about pending changes, if any, that aren't reflected in the Enforced Realized Status.", 
      "readonly": true, 
      "title": "Pending Changes Info"
    }
  }, 
  "title": "NSX-T Enforced Realized Status Details", 
  "type": "object"
}