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.
76485 76486 76487 |
# File 'lib/google/apis/compute_beta/classes.rb', line 76485 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
76483 76484 76485 |
# File 'lib/google/apis/compute_beta/classes.rb', line 76483 def upcoming_maintenances @upcoming_maintenances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
76490 76491 76492 |
# File 'lib/google/apis/compute_beta/classes.rb', line 76490 def update!(**args) @upcoming_maintenances = args[:upcoming_maintenances] if args.key?(:upcoming_maintenances) end |