| Package | Description | 
|---|---|
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| AcceleratorConfig | AcceleratorConfig. clone() | 
| AcceleratorConfig | AcceleratorConfig. set(String fieldName,
   Object value) | 
| AcceleratorConfig | AcceleratorConfig. setAcceleratorCount(Integer acceleratorCount)The number of the guest accelerator cards exposed to this instance. | 
| AcceleratorConfig | AcceleratorConfig. setAcceleratorType(String acceleratorType)Full or partial URL of the accelerator type resource to attach to this instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<AcceleratorConfig> | NodeTemplate. getAccelerators() | 
| List<AcceleratorConfig> | NodeGroupNode. getAccelerators()Accelerators for this node. | 
| List<AcceleratorConfig> | AllocationSpecificSKUAllocationReservedInstanceProperties. getGuestAccelerators()Specifies accelerator type and count. | 
| List<AcceleratorConfig> | InstancesSetMachineResourcesRequest. getGuestAccelerators()A list of the type and count of accelerator cards attached to the instance. | 
| List<AcceleratorConfig> | InstanceProperties. getGuestAccelerators()A list of guest accelerator cards' type and count to use for instances created from these
 properties. | 
| List<AcceleratorConfig> | Instance. getGuestAccelerators()A list of the type and count of accelerator cards attached to the instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| NodeTemplate | NodeTemplate. setAccelerators(List<AcceleratorConfig> accelerators) | 
| NodeGroupNode | NodeGroupNode. setAccelerators(List<AcceleratorConfig> accelerators)Accelerators for this node. | 
| AllocationSpecificSKUAllocationReservedInstanceProperties | AllocationSpecificSKUAllocationReservedInstanceProperties. setGuestAccelerators(List<AcceleratorConfig> guestAccelerators)Specifies accelerator type and count. | 
| InstancesSetMachineResourcesRequest | InstancesSetMachineResourcesRequest. setGuestAccelerators(List<AcceleratorConfig> guestAccelerators)A list of the type and count of accelerator cards attached to the instance. | 
| InstanceProperties | InstanceProperties. setGuestAccelerators(List<AcceleratorConfig> guestAccelerators)A list of guest accelerator cards' type and count to use for instances created from these
 properties. | 
| Instance | Instance. setGuestAccelerators(List<AcceleratorConfig> guestAccelerators)A list of the type and count of accelerator cards attached to the instance. | 
Copyright © 2011–2021 Google. All rights reserved.