NamespaceManagementDistributedSwitchCompatibilitySummary
The DistributedSwitchCompatibility.Summary structure contains information about the compatibility of a vSphere Distributed Switch with the Namespaces feature.
Properties
Compatibility of this switch with vSphere Namespaces.
Identifier of the switch. If DistributedSwitchCompatibility.Summary.network-provider is either unset or is set to NSXT_CONTAINER_PLUGIN, the value of this field will refer to the UUID of a vim.DistributedVirtualSwitch. Otherwise, the value of the field will refer to the ID of a vim.DistributedVirtualSwitch. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: vSphereDistributedSwitch. When operations return a value of this structure as a result, the field will be an identifier for the resource type: vSphereDistributedSwitch.
List of compatible (PortGroup) Networks under the distributed switch. This field is optional because it was added in a newer version than its parent node. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: Network. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: Network.
List of reasons for incompatibility. If unset, this Distributed Switch is compatible.
The network provider whose networks were considered. If unset, clients clients should assume the value to be NSXT_CONTAINER_PLUGIN.
JSON Example
{
"compatible": false,
"distributed_switch": "string"
}