UpgradeClusterResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
UpgradeClusterResponse contains the response for upgrade cluster operation.
Attributes |
|
---|---|
Name | Description |
status |
google.cloud.alloydb_v1beta.types.UpgradeClusterResponse.Status
Status of upgrade operation. |
message |
str
A user friendly message summarising the upgrade operation details and the next steps for the user if there is any. |
cluster_upgrade_details |
MutableSequence[google.cloud.alloydb_v1beta.types.UpgradeClusterResponse.ClusterUpgradeDetails]
Array of upgrade details for the current cluster and all the secondary clusters associated with this cluster. |
Classes
ClusterUpgradeDetails
ClusterUpgradeDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Upgrade details of a cluster. This cluster can be primary or secondary.
InstanceUpgradeDetails
InstanceUpgradeDetails(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Details regarding the upgrade of instaces associated with a cluster.
Stage
Stage(value)
Stage in the upgrade.
StageInfo
StageInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Stage information for different stages in the upgrade process.
Status
Status(value)
Status of upgrade operation.