| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkTierConfig |
NetworkTierConfig.clone() |
NetworkTierConfig |
ClusterUpdate.getDesiredNetworkTierConfig()
The desired network tier configuration for the cluster.
|
NetworkTierConfig |
NodeNetworkConfig.getNetworkTierConfig()
Output only.
|
NetworkTierConfig |
IPAllocationPolicy.getNetworkTierConfig()
Cluster-level network tier configuration is used to determine the default network tier for
external IP addresses on cluster resources, such as node pools and load balancers.
|
NetworkTierConfig |
NetworkTierConfig.set(String fieldName,
Object value) |
NetworkTierConfig |
NetworkTierConfig.setNetworkTier(String networkTier)
Network tier configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredNetworkTierConfig(NetworkTierConfig desiredNetworkTierConfig)
The desired network tier configuration for the cluster.
|
NodeNetworkConfig |
NodeNetworkConfig.setNetworkTierConfig(NetworkTierConfig networkTierConfig)
Output only.
|
IPAllocationPolicy |
IPAllocationPolicy.setNetworkTierConfig(NetworkTierConfig networkTierConfig)
Cluster-level network tier configuration is used to determine the default network tier for
external IP addresses on cluster resources, such as node pools and load balancers.
|
Copyright © 2011–2025 Google. All rights reserved.