Class: Google::Apis::ComputeBeta::InstancesSetMachineResourcesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::InstancesSetMachineResourcesRequest
- Defined in:
- generated/google/apis/compute_beta/classes.rb,
generated/google/apis/compute_beta/representations.rb,
generated/google/apis/compute_beta/representations.rb
Instance Attribute Summary collapse
-
#guest_accelerators ⇒ Array<Google::Apis::ComputeBeta::AcceleratorConfig>
List of the type and count of accelerator cards attached to the instance.
Instance Method Summary collapse
-
#initialize(**args) ⇒ InstancesSetMachineResourcesRequest
constructor
A new instance of InstancesSetMachineResourcesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ InstancesSetMachineResourcesRequest
Returns a new instance of InstancesSetMachineResourcesRequest
9814 9815 9816 |
# File 'generated/google/apis/compute_beta/classes.rb', line 9814 def initialize(**args) update!(**args) end |
Instance Attribute Details
#guest_accelerators ⇒ Array<Google::Apis::ComputeBeta::AcceleratorConfig>
List of the type and count of accelerator cards attached to the instance.
Corresponds to the JSON property guestAccelerators
9812 9813 9814 |
# File 'generated/google/apis/compute_beta/classes.rb', line 9812 def guest_accelerators @guest_accelerators end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9819 9820 9821 |
# File 'generated/google/apis/compute_beta/classes.rb', line 9819 def update!(**args) @guest_accelerators = args[:guest_accelerators] if args.key?(:guest_accelerators) end |