vcenter nsx deployment compatibility: info
The
info
structure contains the compatibility information. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"compatibility_state" : "UP_TO_DATE",
"supported_versions" : [
"string",
"string"
],
"latest_supported_version" : "string"
}
"compatibility_state" : "UP_TO_DATE",
"supported_versions" : [
"string",
"string"
],
"latest_supported_version" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
latest_supported_version | string | The latest supported NSX major version on vCenter Server. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
Optional | ||
supported_versions | string[] | List of NSX binary versions which are compatible with current vCenter server. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Only set if supported versions are available. |
compatibility_state | string | The compatibility state between currently installed NSX version and current vCenter server version. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. Only set if NSX is installed. |