Class: Google::Apis::ComputeBeta::ZoneResourceStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::ZoneResourceStatus
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#upcoming_maintenances ⇒ Array<Google::Apis::ComputeBeta::PeriodicPartialMaintenanceSchedule>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ZoneResourceStatus
constructor
A new instance of ZoneResourceStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ZoneResourceStatus
Returns a new instance of ZoneResourceStatus.
76455 76456 76457 |
# File 'lib/google/apis/compute_beta/classes.rb', line 76455 def initialize(**args) update!(**args) end |
Instance Attribute Details
#upcoming_maintenances ⇒ Array<Google::Apis::ComputeBeta::PeriodicPartialMaintenanceSchedule>
Output only. [Output Only] The upcoming maintenance schedule.
Corresponds to the JSON property upcomingMaintenances
76453 76454 76455 |
# File 'lib/google/apis/compute_beta/classes.rb', line 76453 def upcoming_maintenances @upcoming_maintenances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
76460 76461 76462 |
# File 'lib/google/apis/compute_beta/classes.rb', line 76460 def update!(**args) @upcoming_maintenances = args[:upcoming_maintenances] if args.key?(:upcoming_maintenances) end |