Class StageInfo (0.7.0)

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

Stage information for different stages in the upgrade process.

Attributes

Name Description
stage google.cloud.alloydb_v1alpha.types.UpgradeClusterResponse.Stage
The stage.
status google.cloud.alloydb_v1alpha.types.UpgradeClusterResponse.Status
Status of the stage.
logs_url str
logs_url is the URL for the logs associated with a stage if that stage has logs. Right now, only three stages have logs: ALLOYDB_PRECHECK, PG_UPGRADE_CHECK, PRIMARY_INSTANCE_UPGRADE.