NamespaceManagementDistributedSwitchCompatibilitySummary

The DistributedSwitchCompatibility.Summary structure contains information about the compatibility of a vSphere Distributed Switch with the Namespaces feature.


Properties

boolean
compatible Required

Compatibility of this switch with vSphere Namespaces.


string
distributed_switch Required

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.


array of string
compatible_networks Optional

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.


incompatibility_reasons Optional

List of reasons for incompatibility. If unset, this Distributed Switch is compatible.


network_provider Optional

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"
}

Feedback

Was this page helpful?