Class: Google::Apis::ComputeV1::InstancesSetMachineResourcesRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::InstancesSetMachineResourcesRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_v1/classes.rb,
lib/google/apis/compute_v1/representations.rb,
lib/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#guest_accelerators ⇒ Array<Google::Apis::ComputeV1::AcceleratorConfig>
A 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.
Constructor Details
#initialize(**args) ⇒ InstancesSetMachineResourcesRequest
Returns a new instance of InstancesSetMachineResourcesRequest.
18258 18259 18260 |
# File 'lib/google/apis/compute_v1/classes.rb', line 18258 def initialize(**args) update!(**args) end |
Instance Attribute Details
#guest_accelerators ⇒ Array<Google::Apis::ComputeV1::AcceleratorConfig>
A list of the type and count of accelerator cards attached to the instance.
Corresponds to the JSON property guestAccelerators
18256 18257 18258 |
# File 'lib/google/apis/compute_v1/classes.rb', line 18256 def guest_accelerators @guest_accelerators end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18263 18264 18265 |
# File 'lib/google/apis/compute_v1/classes.rb', line 18263 def update!(**args) @guest_accelerators = args[:guest_accelerators] if args.key?(:guest_accelerators) end |