NSX-T Data Center REST API
SpanMembersListResult (type)
{
"additionalProperties": false,
"extends": {
"$ref": "ListResult"
},
"id": "SpanMembersListResult",
"module_id": "PolicyNetworkSpan",
"properties": {
"_links": {
"description": "The server will populate this field when returing the resource. Ignored on PUT and POST.",
"items": {
"$ref": "ResourceLink"
},
"readonly": true,
"title": "References related to this resource",
"type": "array"
},
"_schema": {
"readonly": true,
"title": "Schema for this resource",
"type": "string"
},
"_self": {
"$ref": "SelfResourceLink",
"readonly": true,
"title": "Link to this resource"
},
"cursor": {
"readonly": true,
"title": "Opaque cursor to be used for getting next page of records (supplied by current result page)",
"type": "string"
},
"network_stack": {
"description": "Indicates the networking stack supported by the members of this network span.",
"enum": [
"NONE",
"FULL_STACK_VPC",
"VLAN_BACKED_VPC"
],
"nsx_feature": "VTEPLessMode",
"required": false,
"title": "Supported network stack capability",
"type": "string"
},
"result_count": {
"readonly": true,
"title": "Count of results found (across all pages), set only on first page",
"type": "integer"
},
"results": {
"items": {
"$ref": "SpanMember",
"title": "Span Members List Result"
},
"title": "Network Span Members List Result",
"type": "array"
},
"sort_ascending": {
"readonly": true,
"title": "If true, results are sorted in ascending order",
"type": "boolean"
},
"sort_by": {
"readonly": true,
"title": "Field by which records are sorted",
"type": "string"
}
},
"title": "Network span member list result",
"type": "object"
}