NSX-T Data Center REST API

EnforcedStatusPerScopeNsxT (type)

{
  "abstract": true,
  "additionalProperties": false,
  "description": "NSX-T Detailed Realized Status Per Scope.",
  "id": "EnforcedStatusPerScopeNsxT",
  "module_id": "PolicyRealizationStatus",
  "polymorphic-type-descriptor": {
    "mode": "enabled",
    "property-name": "resource_type"
  },
  "properties": {
    "resource_type": {
      "description": "Enforced Realized Status Per Scope Resource Type.",
      "enum": [
        "TransportNodeSpanEnforcedStatus"
      ],
      "readonly": true,
      "required": true,
      "title": "Resource Type",
      "type": "string"
    }
  },
  "title": "NSX-T Enforced Realized Status Per Scope",
  "type": "object"
}