Class: Google::Apis::ComputeAlpha::ZoneResourceStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ZoneResourceStatus
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_alpha/classes.rb,
lib/google/apis/compute_alpha/representations.rb,
lib/google/apis/compute_alpha/representations.rb
Instance Attribute Summary collapse
-
#upcoming_maintenances ⇒ Array<Google::Apis::ComputeAlpha::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.
84256 84257 84258 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 84256 def initialize(**args) update!(**args) end |
Instance Attribute Details
#upcoming_maintenances ⇒ Array<Google::Apis::ComputeAlpha::PeriodicPartialMaintenanceSchedule>
Output only. [Output Only] The upcoming maintenance schedule.
Corresponds to the JSON property upcomingMaintenances
84254 84255 84256 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 84254 def upcoming_maintenances @upcoming_maintenances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
84261 84262 84263 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 84261 def update!(**args) @upcoming_maintenances = args[:upcoming_maintenances] if args.key?(:upcoming_maintenances) end |