Class: Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::InstanceUpgradeDetails
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::InstanceUpgradeDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1alpha/service.rb
Overview
Details regarding the upgrade of instaces associated with a cluster.
Instance Attribute Summary collapse
-
#instance_type ⇒ ::Google::Cloud::AlloyDB::V1alpha::Instance::InstanceType
Instance type.
-
#name ⇒ ::String
Normalized name of the instance.
-
#upgrade_status ⇒ ::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Status
Upgrade status of the instance.
Instance Attribute Details
#instance_type ⇒ ::Google::Cloud::AlloyDB::V1alpha::Instance::InstanceType
Returns Instance type.
269 270 271 272 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 269 class InstanceUpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Normalized name of the instance.
269 270 271 272 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 269 class InstanceUpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#upgrade_status ⇒ ::Google::Cloud::AlloyDB::V1alpha::UpgradeClusterResponse::Status
Returns Upgrade status of the instance.
269 270 271 272 |
# File 'proto_docs/google/cloud/alloydb/v1alpha/service.rb', line 269 class InstanceUpgradeDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |