AlloyDB V1BETA API - Class Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::ClusterUpgradeDetails (v0.10.0)

Reference documentation and code samples for the AlloyDB V1BETA API class Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::ClusterUpgradeDetails.

Upgrade details of a cluster. This cluster can be primary or secondary.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cluster_type

def cluster_type() -> ::Google::Cloud::AlloyDB::V1beta::Cluster::ClusterType
Returns

#cluster_type=

def cluster_type=(value) -> ::Google::Cloud::AlloyDB::V1beta::Cluster::ClusterType
Parameter
Returns

#database_version

def database_version() -> ::Google::Cloud::AlloyDB::V1beta::DatabaseVersion
Returns
  • (::Google::Cloud::AlloyDB::V1beta::DatabaseVersion) — Database version of the cluster after the upgrade operation. This will be the target version if the upgrade was successful otherwise it remains the same as that before the upgrade operation.

#database_version=

def database_version=(value) -> ::Google::Cloud::AlloyDB::V1beta::DatabaseVersion
Parameter
  • value (::Google::Cloud::AlloyDB::V1beta::DatabaseVersion) — Database version of the cluster after the upgrade operation. This will be the target version if the upgrade was successful otherwise it remains the same as that before the upgrade operation.
Returns
  • (::Google::Cloud::AlloyDB::V1beta::DatabaseVersion) — Database version of the cluster after the upgrade operation. This will be the target version if the upgrade was successful otherwise it remains the same as that before the upgrade operation.

#instance_upgrade_details

def instance_upgrade_details() -> ::Array<::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::InstanceUpgradeDetails>
Returns

#instance_upgrade_details=

def instance_upgrade_details=(value) -> ::Array<::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::InstanceUpgradeDetails>
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Normalized name of the cluster

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Normalized name of the cluster
Returns
  • (::String) — Normalized name of the cluster

#stage_info

def stage_info() -> ::Array<::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::StageInfo>
Returns

#stage_info=

def stage_info=(value) -> ::Array<::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::StageInfo>
Parameter
Returns

#upgrade_status

def upgrade_status() -> ::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::Status
Returns

#upgrade_status=

def upgrade_status=(value) -> ::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::Status
Parameter
Returns