Reference documentation and code samples for the AlloyDB V1ALPHA API class Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::StageInfo.
Stage information for different stages in the upgrade process.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#logs_url
def logs_url() -> ::String
Returns
- (::String) — 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.
#logs_url=
def logs_url=(value) -> ::String
Parameter
- value (::String) — 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.
Returns
- (::String) — 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.
#stage
def stage() -> ::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Stage
Returns
#stage=
def stage=(value) -> ::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Stage
Parameter
- value (::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Stage) — The stage.
Returns
#status
def status() -> ::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Status
Returns
- (::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Status) — Status of the stage.
#status=
def status=(value) -> ::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Status
Parameter
- value (::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Status) — Status of the stage.
Returns
- (::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Status) — Status of the stage.