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