Class ClusterUpgradeDetails (0.4.0)

ClusterUpgradeDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Upgrade details of a cluster. This cluster can be primary or secondary.

Attributes

Name Description
name str
Normalized name of the cluster
upgrade_status google.cloud.alloydb_v1alpha.types.UpgradeClusterResponse.Status
Upgrade status of the cluster.
cluster_type google.cloud.alloydb_v1alpha.types.Cluster.ClusterType
Cluster type which can either be primary or secondary.
database_version google.cloud.alloydb_v1alpha.types.DatabaseVersion
Database version of the cluster after the upgrade operation. This will be the target version if the upgrade was successful otherwise it remains the same as that before the upgrade operation.
stage_info MutableSequence[google.cloud.alloydb_v1alpha.types.UpgradeClusterResponse.StageInfo]
Array containing stage info associated with this cluster.
instance_upgrade_details MutableSequence[google.cloud.alloydb_v1alpha.types.UpgradeClusterResponse.InstanceUpgradeDetails]
Upgrade details of the instances directly associated with this cluster.