Class: Google::Apis::ComputeAlpha::ReservationConsumedInstanceStatus

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_errorsGoogle::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