Class: Google::Apis::TpuV2alpha1::GetMaintenanceInfoResponse
- Inherits:
-
Object
- Object
- Google::Apis::TpuV2alpha1::GetMaintenanceInfoResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/tpu_v2alpha1/classes.rb,
lib/google/apis/tpu_v2alpha1/representations.rb,
lib/google/apis/tpu_v2alpha1/representations.rb
Overview
Response for GetMaintenanceInfo.
Instance Attribute Summary collapse
-
#node_upcoming_maintenances ⇒ Array<Google::Apis::TpuV2alpha1::NodeUpcomingMaintenanceInfo>
The list of upcoming maintenance entries.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GetMaintenanceInfoResponse
constructor
A new instance of GetMaintenanceInfoResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GetMaintenanceInfoResponse
Returns a new instance of GetMaintenanceInfoResponse.
411 412 413 |
# File 'lib/google/apis/tpu_v2alpha1/classes.rb', line 411 def initialize(**args) update!(**args) end |
Instance Attribute Details
#node_upcoming_maintenances ⇒ Array<Google::Apis::TpuV2alpha1::NodeUpcomingMaintenanceInfo>
The list of upcoming maintenance entries.
Corresponds to the JSON property nodeUpcomingMaintenances
409 410 411 |
# File 'lib/google/apis/tpu_v2alpha1/classes.rb', line 409 def node_upcoming_maintenances @node_upcoming_maintenances end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
416 417 418 |
# File 'lib/google/apis/tpu_v2alpha1/classes.rb', line 416 def update!(**args) @node_upcoming_maintenances = args[:node_upcoming_maintenances] if args.key?(:node_upcoming_maintenances) end |