| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
TpuConfig |
TpuConfig.clone() |
TpuConfig |
ClusterUpdate.getDesiredTpuConfig()
The desired Cloud TPU configuration.
|
TpuConfig |
Cluster.getTpuConfig()
Configuration for Cloud TPU support;
|
TpuConfig |
TpuConfig.set(String fieldName,
Object value) |
TpuConfig |
TpuConfig.setEnabled(Boolean enabled)
Whether Cloud TPU integration is enabled or not.
|
TpuConfig |
TpuConfig.setIpv4CidrBlock(String ipv4CidrBlock)
IPv4 CIDR block reserved for Cloud TPU in the VPC.
|
TpuConfig |
TpuConfig.setUseServiceNetworking(Boolean useServiceNetworking)
Whether to use service networking for Cloud TPU or not.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredTpuConfig(TpuConfig desiredTpuConfig)
The desired Cloud TPU configuration.
|
Cluster |
Cluster.setTpuConfig(TpuConfig tpuConfig)
Configuration for Cloud TPU support;
|
Copyright © 2011–2022 Google. All rights reserved.