Vcenter NamespaceManagement Networks Nsx DistributedSwitches Compatibility Summary

Vcenter NamespaceManagement Networks Nsx DistributedSwitches Compatibility Summary
Vcenter NamespaceManagement Networks Nsx DistributedSwitches Compatibility Summary

The Vcenter NamespaceManagement Networks Nsx DistributedSwitches Compatibility Summary schema contains basic and compatibility information of a Distributed Switch.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "distributed_switch": "string",
    "name": "string",
    "compatible": false,
    "incompatibility_reasons": [
        {
            "id": "string",
            "default_message": "string",
            "args": [
                "string"
            ],
            "params": {
                "params": {
                    "s": "string",
                    "dt": "string",
                    "i": 0,
                    "d": "number",
                    "l": "Vapi Std NestedLocalizableMessage Object",
                    "format": "string",
                    "precision": 0
                }
            },
            "localized": "string"
        }
    ]
}
string
distributed_switch
Required

Identifier of the switch. The value of this field refers to the UUID of a vim.DistributedVirtualSwitch.

This property was added in vSphere API 8.0.0.1.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: vSphereDistributedSwitch. When operations return a value of this schema as a response, the property will be an identifier for the resource type: vSphereDistributedSwitch.

string
name
Required

Human-readable identifier of the switch.

This property was added in vSphere API 8.0.0.1.

boolean
compatible
Required

Compatibility of this Distributed Switch with the vSphere Namespaces.

This property was added in vSphere API 8.0.0.1.

incompatibility_reasons
Required

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

This property was added in vSphere API 8.0.0.1.