NamespaceManagement_DistributedSwitchCompatibility_Summary

NamespaceManagement_DistributedSwitchCompatibility_Summary
NamespaceManagement_DistributedSwitchCompatibility_Summary

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

JSON Example
{
    "distributed_switch": "string",
    "compatible": false,
    "incompatibility_reasons": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": {
                        "id": "string",
                        "params": {
                            "params": "Std_LocalizationParam Object"
                        }
                    },
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ],
    "network_provider": "string",
    "compatible_networks": [
        "string"
    ]
}
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.

boolean
compatible
Required

Compatibility of this switch with vSphere Namespaces.

incompatibility_reasons
Optional

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

network_provider
Optional

Identifies the network plugin that cluster networking functionalities for this vSphere Namespaces Cluster.
NSXT_CONTAINER_PLUGIN : NSX-T Container Plugin.
VSPHERE_NETWORK : vSphere Networking.

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.