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.
83990 83991 83992 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 83990 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
83988 83989 83990 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 83988 def upcoming_maintenances @upcoming_maintenances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
83995 83996 83997 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 83995 def update!(**args) @upcoming_maintenances = args[:upcoming_maintenances] if args.key?(:upcoming_maintenances) end |