Class: Google::Apis::AlloydbV1beta::ReadPoolInstancesUpgradeStageStatus
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1beta::ReadPoolInstancesUpgradeStageStatus
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alloydb_v1beta/classes.rb,
lib/google/apis/alloydb_v1beta/representations.rb,
lib/google/apis/alloydb_v1beta/representations.rb
Overview
Read pool instances upgrade specific status.
Instance Attribute Summary collapse
-
#upgrade_stats ⇒ Google::Apis::AlloydbV1beta::Stats
Upgrade stats for read pool instances.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReadPoolInstancesUpgradeStageStatus
constructor
A new instance of ReadPoolInstancesUpgradeStageStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReadPoolInstancesUpgradeStageStatus
Returns a new instance of ReadPoolInstancesUpgradeStageStatus.
3412 3413 3414 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 3412 def initialize(**args) update!(**args) end |
Instance Attribute Details
#upgrade_stats ⇒ Google::Apis::AlloydbV1beta::Stats
Upgrade stats for read pool instances.
Corresponds to the JSON property upgradeStats
3410 3411 3412 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 3410 def upgrade_stats @upgrade_stats end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3417 3418 3419 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 3417 def update!(**args) @upgrade_stats = args[:upgrade_stats] if args.key?(:upgrade_stats) end |