class Google::Apis::ComputeV1::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::ComputeV1::AcceleratorConfig>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/compute_v1/classes.rb, line 15015 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_v1/classes.rb, line 15020 def update!(**args) @guest_accelerators = args[:guest_accelerators] if args.key?(:guest_accelerators) end