NamespaceManagementSoftwareClustersSummary

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


Properties

array of string
available_versions Required

Set of versions available for upgrade.


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.


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.

Possible values are: PENDINGREADYERROR


string
desired_version Optional

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


string as date-time
last_upgraded_date Optional

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

JSON Example

{
	"available_versions": [
		"string"
	],
	"cluster": "string",
	"cluster_name": "string",
	"current_version": "string",
	"state": "PENDING"
}

Feedback

Was this page helpful?