class Google::Apis::ComputeBeta::InstancesSetMachineResourcesRequest
Attributes
guest_accelerators[RW]
A list of the type and count of accelerator cards attached to the instance. Corresponds to the JSON property `guestAccelerators` @return [Array<Google::Apis::ComputeBeta::AcceleratorConfig>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_beta/classes.rb, line 15956 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 15961 def update!(**args) @guest_accelerators = args[:guest_accelerators] if args.key?(:guest_accelerators) end