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