class Google::Apis::ComputeBeta::RegionCommitmentsUpdateReservationsRequest

Attributes

reservations[RW]

A list of two reservations to transfer GPUs and local SSD between. Corresponds to the JSON property `reservations` @return [Array<Google::Apis::ComputeBeta::Reservation>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 26084
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/compute_beta/classes.rb, line 26089
def update!(**args)
  @reservations = args[:reservations] if args.key?(:reservations)
end