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.



60713
60714
60715
# File 'lib/google/apis/compute_alpha/classes.rb', line 60713

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



60711
60712
60713
# File 'lib/google/apis/compute_alpha/classes.rb', line 60711

def linkage_errors
  @linkage_errors
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



60718
60719
60720
# File 'lib/google/apis/compute_alpha/classes.rb', line 60718

def update!(**args)
  @linkage_errors = args[:linkage_errors] if args.key?(:linkage_errors)
end