Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::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::V1beta::UpgradeClusterResponse::Stage
    Returns
    
  
  #stage=
def stage=(value) -> ::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::Stage
    Parameter
    
  - value (::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::Stage) — The stage.
    Returns
    
  
  #status
def status() -> ::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::Status
    Returns
    
  - (::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::Status) — Status of the stage.
#status=
def status=(value) -> ::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::Status
    Parameter
    
  - value (::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::Status) — Status of the stage.
    Returns
    
- (::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::Status) — Status of the stage.