NSX-T Data Center REST API
BaseSpan (type)
{
"abstract": true,
"additionalProperties": false,
"description": "All the Span types extend from this abstract class. This is present for extensibility.",
"id": "BaseSpan",
"module_id": "PolicyOrg",
"polymorphic-type-descriptor": {
"mode": "enabled",
"property-name": "type"
},
"properties": {
"type": {
"description": "Span type",
"enum": [
"ClusterBasedSpan",
"ZoneBasedSpan"
],
"required": true,
"title": "Span type",
"type": "string"
}
},
"title": "Base class for Span configuration",
"type": "object"
}