NamespaceManagement_Networks_Nsx_DistributedSwitches_Compatibility_Summary
The Compatibility.Summary structure contains basic and compatibility information of a Distributed Switch.
{
"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": {
"id": "string",
"params": {
"params": "Std_LocalizationParam Object"
}
},
"format": "string",
"precision": 0
}
},
"localized": "string"
}
]
}
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.
Human-readable identifier of the switch.
Compatibility of this Distributed Switch with the vSphere Namespaces.
List of reasons for incompatibility. If empty, this Distributed Switch is compatible.