TransportNodeSpanEnforcedStatus (type)

{
  "additionalProperties": false, 
  "description": "Detailed Realized Status of an Intent on a span of Transport Nodes.", 
  "extends": {
    "$ref": "EnforcedStatusPerScopeNsxT
  }, 
  "id": "TransportNodeSpanEnforcedStatus", 
  "module_id": "PolicyRealizationStatus", 
  "polymorphic-type-descriptor": {
    "type-identifier": "TransportNodeSpanEnforcedStatus"
  }, 
  "properties": {
    "enforced_status_per_transport_node": {
      "description": "List of Detailed Realized Status per Transport Node.", 
      "items": {
        "$ref": "EnforcedStatusPerTransportNode
      }, 
      "readonly": true, 
      "title": "List of Enforced Realized Status per Transport Node", 
      "type": "array"
    }, 
    "resource_type": {
      "description": "Enforced Realized Status Per Scope Resource Type.", 
      "enum": [
        "TransportNodeSpanEnforcedStatus"
      ], 
      "readonly": true, 
      "required": true, 
      "title": "Resource Type", 
      "type": "string"
    }
  }, 
  "title": "Enforced Realized Status across Transport Nodes", 
  "type": "object"
}