NamespaceManagement_Software_Clusters_Summary

NamespaceManagement_Software_Clusters_Summary
NamespaceManagement_Software_Clusters_Summary

The Clusters.Summary structure contains basic information about the cluster upgrade related information.

JSON Example
{
    "cluster": "string",
    "cluster_name": "string",
    "current_version": "string",
    "available_versions": [
        "string"
    ],
    "last_upgraded_date": "string",
    "desired_version": "string",
    "state": "string"
}
string
cluster
Required

Identifier for the cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.

string
cluster_name
Required

Name of the cluster. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: ClusterComputeResource.name. When operations return a value of this structure as a result, the field will be an identifier for the resource type: ClusterComputeResource.name.

string
current_version
Required

Current version of the cluster.

array of string
available_versions
Required

Set of versions available for upgrade.

string As date-time
last_upgraded_date
Optional

Date of last successful upgrade. If unset, the cluster has not yet been upgraded.

string
desired_version
Optional

Desired version the cluster will be upgraded to. If unset, the cluster upgrade is not in progress.

state
Required

The Clusters.State enumerated type describes the state of the upgrade.
PENDING : Upgrade is in progress.
READY : Cluster is ready when there is no upgrade or upgrade is completed.
ERROR : Upgrade failed and need user intervention.