DistributedVirtualSwitchManagerSpanInfo
DistributedVirtualSwitchManagerSpanInfo
The DistributedVirtualSwitchManagerSpanInfo data object defines the configuration of a span.
A span is referenced by a DistributedVirtualPortgroup managed by NSX. Only the hosts in the cluster of the span can access the DVPG
Since: vSphere API Release 9.1.0.0
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"ID": "string",
"clusters": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
],
"exclusive": false
}
string
ID
Required
The policy path of the span in NSX
array of
MoRefClusterComputeResource
clusters
Optional
The clusters in this span The array of clusters included in the span definition.
boolean
exclusive
Optional
Whether the span is exclusive A boolean value indicating whether the span is in exclusive or non-exclusive mode.