Class: Google::Apis::ComputeAlpha::ReservationConsumedInstanceStatus
- Inherits:
-
Object
- Object
- Google::Apis::ComputeAlpha::ReservationConsumedInstanceStatus
- 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
Overview
Status information for the instance's consumption of the reservation.
Defined Under Namespace
Classes: LinkageErrors
Instance Attribute Summary collapse
-
#linkage_errors ⇒ Google::Apis::ComputeAlpha::ReservationConsumedInstanceStatus::LinkageErrors
A list of issues related to this instance's linkage to the reservation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ReservationConsumedInstanceStatus
constructor
A new instance of ReservationConsumedInstanceStatus.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ReservationConsumedInstanceStatus
Returns a new instance of ReservationConsumedInstanceStatus.
60428 60429 60430 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 60428 def initialize(**args) update!(**args) end |
Instance Attribute Details
#linkage_errors ⇒ Google::Apis::ComputeAlpha::ReservationConsumedInstanceStatus::LinkageErrors
A list of issues related to this instance's linkage to the reservation.
Corresponds to the JSON property linkageErrors
60426 60427 60428 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 60426 def linkage_errors @linkage_errors end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
60433 60434 60435 |
# File 'lib/google/apis/compute_alpha/classes.rb', line 60433 def update!(**args) @linkage_errors = args[:linkage_errors] if args.key?(:linkage_errors) end |