NamespaceManagement_ClusterCompatibility_ZoneCompatibilityInfo
NamespaceManagement_ClusterCompatibility_ZoneCompatibilityInfo
The ClusterCompatibility.ZoneCompatibilityInfo structure contains the information about the compatibility between a list of vSphere Zones.
JSON Example
{
"compatible": false,
"zone_summaries": [
{
"zone": "string",
"compatible": false,
"cluster_summaries": [
{
"cluster": "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"
}
]
}
]
}
],
"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"
}
]
}
boolean
compatible
Required
Flag to indicate whether the vSphere Zones are compatible with each other. If false, the list of incompatibility issues will be given in the ClusterCompatibility.ZoneCompatibilityInfo.incompatibility-reasons field.
zone_summaries
Required
Information about the compatibility of a list of vSphere Zones and the vSphere clusters associated with them.
array of Std_LocalizableMessage
incompatibility_reasons
Required
Reasons for incompatibility between the vSphere Zones.