| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
Container.Projects.Locations.Clusters.NodePools.SetManagement |
Container.Projects.Locations.Clusters.NodePools.setManagement(String name,
SetNodePoolManagementRequest content)
Sets the NodeManagement options for a node pool.
|
Container.Projects.Zones.Clusters.NodePools.SetManagement |
Container.Projects.Zones.Clusters.NodePools.setManagement(String projectId,
String zone,
String clusterId,
String nodePoolId,
SetNodePoolManagementRequest content)
Sets the NodeManagement options for a node pool.
|
| Constructor and Description |
|---|
SetManagement(String name,
SetNodePoolManagementRequest content)
Sets the NodeManagement options for a node pool.
|
SetManagement(String projectId,
String zone,
String clusterId,
String nodePoolId,
SetNodePoolManagementRequest content)
Sets the NodeManagement options for a node pool.
|
| Modifier and Type | Method and Description |
|---|---|
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.clone() |
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.set(String fieldName,
Object value) |
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.setClusterId(String clusterId)
Deprecated.
|
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.setManagement(NodeManagement management)
Required.
|
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.setName(String name)
The name (project, location, cluster, node pool id) of the node pool to set management
properties.
|
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.setNodePoolId(String nodePoolId)
Deprecated.
|
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.setProjectId(String projectId)
Deprecated.
|
SetNodePoolManagementRequest |
SetNodePoolManagementRequest.setZone(String zone)
Deprecated.
|
Copyright © 2011–2020 Google. All rights reserved.