| Package | Description |
|---|---|
| com.google.api.services.container | |
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|
Container.Projects.Zones.Clusters.NodePools.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.setManagement(NodeManagement management)
NodeManagement configuration for the node pool.
|