NamespaceManagementNetworksNsxDistributedSwitchesCompatibilitySummary

The Compatibility.Summary structure contains basic and compatibility information of a Distributed Switch.


Properties

boolean
compatible Required

Compatibility of this Distributed Switch with the vSphere Namespaces.


string
distributed_switch Required

Identifier of the switch. The value of this field refers to the UUID 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.


incompatibility_reasons Required

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


string
name Required

Human-readable identifier of the switch.

JSON Example

{
	"compatible": false,
	"distributed_switch": "string",
	"incompatibility_reasons": [
		{
			"args": [
				"string"
			],
			"default_message": "string",
			"id": "string"
		}
	],
	"name": "string"
}

Feedback

Was this page helpful?