| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
NetworkTags |
NetworkTags.clone() |
NetworkTags |
ClusterUpdate.getDesiredNodePoolAutoConfigNetworkTags()
The desired network tags that apply to all auto-provisioned node pools in autopilot clusters
and node auto-provisioning enabled clusters.
|
NetworkTags |
NodePoolAutoConfig.getNetworkTags()
The list of instance tags applied to all nodes.
|
NetworkTags |
UpdateNodePoolRequest.getTags()
The desired network tags to be applied to all nodes in the node pool.
|
NetworkTags |
NetworkTags.set(String fieldName,
Object value) |
NetworkTags |
NetworkTags.setTags(List<String> tags)
List of network tags.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredNodePoolAutoConfigNetworkTags(NetworkTags desiredNodePoolAutoConfigNetworkTags)
The desired network tags that apply to all auto-provisioned node pools in autopilot clusters
and node auto-provisioning enabled clusters.
|
NodePoolAutoConfig |
NodePoolAutoConfig.setNetworkTags(NetworkTags networkTags)
The list of instance tags applied to all nodes.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setTags(NetworkTags tags)
The desired network tags to be applied to all nodes in the node pool.
|
Copyright © 2011–2024 Google. All rights reserved.