| Package | Description |
|---|---|
| com.google.api.services.container.v1beta1 | |
| com.google.api.services.container.v1beta1.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Locations.Clusters.NodePools.SetManagement |
Container.Projects.Locations.Clusters.NodePools.setManagement(java.lang.String name,
SetNodePoolManagementRequest content)
Sets the NodeManagement options for a node pool.
|
Container.Projects.Zones.Clusters.NodePools.SetManagement |
Container.Projects.Zones.Clusters.NodePools.setManagement(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
java.lang.String nodePoolId,
SetNodePoolManagementRequest content)
Sets the NodeManagement options for a node pool.
|
| Constructor and Description |
|---|
Container.Projects.Locations.Clusters.NodePools.SetManagement(java.lang.String name,
SetNodePoolManagementRequest content)
Sets the NodeManagement options for a node pool.
|
Container.Projects.Zones.Clusters.NodePools.SetManagement(java.lang.String projectId,
java.lang.String zone,
java.lang.String clusterId,
java.lang.String nodePoolId,
SetNodePoolManagementRequest content)
Sets the NodeManagement options for a node pool.
|
| Modifier and Type | Method and Description |
|---|---|
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.clone() |
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.set(java.lang.String fieldName,
java.lang.Object value) |
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.setClusterId(java.lang.String clusterId)
The name of the cluster to update.
|
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.setManagement(NodeManagement management)
NodeManagement configuration for the node pool.
|
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.setName(java.lang.String name)
The name (project, location, cluster, node pool id) of the node pool to set management
properties.
|
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.setNodePoolId(java.lang.String nodePoolId)
The name of the node pool to update.
|
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.setProjectId(java.lang.String projectId)
The Google Developers Console [project ID or project
number](https://support.google.com/cloud/answer/6158840).
|
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.setZone(java.lang.String zone)
The name of the Google Compute Engine [zone](/compute/docs/zones#available) in which the
cluster resides.
|