Class: Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::ClusterUpgradeDetails
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::ClusterUpgradeDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1beta/service.rb
Overview
Upgrade details of a cluster. This cluster can be primary or secondary.
Instance Attribute Summary collapse
-
#cluster_type ⇒ ::Google::Cloud::AlloyDB::V1beta::Cluster::ClusterType
Cluster type which can either be primary or secondary.
-
#database_version ⇒ ::Google::Cloud::AlloyDB::V1beta::DatabaseVersion
Database version of the cluster after the upgrade operation.
-
#instance_upgrade_details ⇒ ::Array<::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::InstanceUpgradeDetails>
Upgrade details of the instances directly associated with this cluster.
-
#name ⇒ ::String
Normalized name of the cluster.
-
#stage_info ⇒ ::Array<::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::StageInfo>
Array containing stage info associated with this cluster.
-
#upgrade_status ⇒ ::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::Status
Upgrade status of the cluster.
Instance Attribute Details
#cluster_type ⇒ ::Google::Cloud::AlloyDB::V1beta::Cluster::ClusterType
Returns Cluster type which can either be primary or secondary.
468 469 470 471 |
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 468 class ClusterUpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_version ⇒ ::Google::Cloud::AlloyDB::V1beta::DatabaseVersion
Returns 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.
468 469 470 471 |
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 468 class ClusterUpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#instance_upgrade_details ⇒ ::Array<::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::InstanceUpgradeDetails>
Returns Upgrade details of the instances directly associated with this cluster.
468 469 470 471 |
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 468 class ClusterUpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Normalized name of the cluster.
468 469 470 471 |
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 468 class ClusterUpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#stage_info ⇒ ::Array<::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::StageInfo>
Returns Array containing stage info associated with this cluster.
468 469 470 471 |
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 468 class ClusterUpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#upgrade_status ⇒ ::Google::Cloud::AlloyDB::V1beta::UpgradeClusterResponse::Status
Returns Upgrade status of the cluster.
468 469 470 471 |
# File 'proto_docs/google/cloud/alloydb/v1beta/service.rb', line 468 class ClusterUpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |