| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceManagerTags |
ResourceManagerTags.clone() |
ResourceManagerTags |
ClusterUpdate.getDesiredNodePoolAutoConfigResourceManagerTags()
The desired resource manager tags that apply to all auto-provisioned node pools in autopilot
clusters and node auto-provisioning enabled clusters.
|
ResourceManagerTags |
UpdateNodePoolRequest.getResourceManagerTags()
Desired resource manager tag keys and values to be attached to the nodes for managing Compute
Engine firewalls using Network Firewall Policies.
|
ResourceManagerTags |
NodeConfig.getResourceManagerTags()
A map of resource manager tag keys and values to be attached to the nodes.
|
ResourceManagerTags |
NodePoolAutoConfig.getResourceManagerTags()
Resource manager tag keys and values to be attached to the nodes for managing Compute Engine
firewalls using Network Firewall Policies.
|
ResourceManagerTags |
ResourceManagerTags.set(String fieldName,
Object value) |
ResourceManagerTags |
ResourceManagerTags.setTags(Map<String,String> tags)
TagKeyValue must be in one of the following formats ([KEY]=[VALUE]) 1.
|
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.setDesiredNodePoolAutoConfigResourceManagerTags(ResourceManagerTags desiredNodePoolAutoConfigResourceManagerTags)
The desired resource manager tags that apply to all auto-provisioned node pools in autopilot
clusters and node auto-provisioning enabled clusters.
|
UpdateNodePoolRequest |
UpdateNodePoolRequest.setResourceManagerTags(ResourceManagerTags resourceManagerTags)
Desired resource manager tag keys and values to be attached to the nodes for managing Compute
Engine firewalls using Network Firewall Policies.
|
NodeConfig |
NodeConfig.setResourceManagerTags(ResourceManagerTags resourceManagerTags)
A map of resource manager tag keys and values to be attached to the nodes.
|
NodePoolAutoConfig |
NodePoolAutoConfig.setResourceManagerTags(ResourceManagerTags resourceManagerTags)
Resource manager tag keys and values to be attached to the nodes for managing Compute Engine
firewalls using Network Firewall Policies.
|
Copyright © 2011–2025 Google. All rights reserved.