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