Nsx_Deployment_Compatibility_Info
The Compatibility.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.
{
"latest_supported_version": "string",
"supported_versions": [
"string"
],
"compatibility_state": "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.
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. Only set if supported versions are available.
The Compatibility.State enumerated type defines the possible compatibility states between the installed NSX version and current vCenter server version. Warning: This enumeration is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
UP_TO_DATE : State when installed NSX major version is up-to date. However, there could be patches or updates available which have not been applied on the system. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
UPGRADE_REQUIRED : State when installed NSX version is behind the latest compatible NSX version for current vCenter server version. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
URGENT_UPGRADE_REQUIRED : State when NSX version installed is two or more versions behind the latest compatible NSX version for current vCenter server version. In this state, to upgrade the vCenter further NSX must be upgraded first. Warning: This constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.