Class: Google::Apis::ComputeBeta::AllocationAggregateReservationReservedResourceInfo

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AllocationAggregateReservationReservedResourceInfo

Returns a new instance of AllocationAggregateReservationReservedResourceInfo.



1468
1469
1470
# File 'lib/google/apis/compute_beta/classes.rb', line 1468

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#acceleratorGoogle::Apis::ComputeBeta::AllocationAggregateReservationReservedResourceInfoAccelerator

Properties of accelerator resources in this reservation. Corresponds to the JSON property accelerator



1466
1467
1468
# File 'lib/google/apis/compute_beta/classes.rb', line 1466

def accelerator
  @accelerator
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1473
1474
1475
# File 'lib/google/apis/compute_beta/classes.rb', line 1473

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