| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
AcceleratorConfig |
AcceleratorConfig.clone() |
AcceleratorConfig |
AcceleratorConfig.set(java.lang.String fieldName,
java.lang.Object value) |
AcceleratorConfig |
AcceleratorConfig.setAcceleratorCount(java.lang.Long acceleratorCount)
The number of the accelerator cards exposed to an instance.
|
AcceleratorConfig |
AcceleratorConfig.setAcceleratorType(java.lang.String acceleratorType)
The accelerator type resource name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AcceleratorConfig> |
NodeConfig.getAccelerators()
A list of hardware accelerators to be attached to each node.
|
| Modifier and Type | Method and Description |
|---|---|
NodeConfig |
NodeConfig.setAccelerators(java.util.List<AcceleratorConfig> accelerators)
A list of hardware accelerators to be attached to each node.
|