AlloyDB V1ALPHA API - Class Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::StageInfo (v0.8.0)

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

#stage=

def stage=(value) -> ::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Stage

#status

def status() -> ::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Status

#status=

def status=(value) -> ::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Status
Parameter