| Package | Description |
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
Compute.NodeGroups.AddNodes |
Compute.NodeGroups.addNodes(String project,
String zone,
String nodeGroup,
NodeGroupsAddNodesRequest content)
Adds specified number of nodes to the node group.
|
| Constructor and Description |
|---|
AddNodes(String project,
String zone,
String nodeGroup,
NodeGroupsAddNodesRequest content)
Adds specified number of nodes to the node group.
|
| Modifier and Type | Method and Description |
|---|---|
NodeGroupsAddNodesRequest |
NodeGroupsAddNodesRequest.clone() |
NodeGroupsAddNodesRequest |
NodeGroupsAddNodesRequest.set(String fieldName,
Object value) |
NodeGroupsAddNodesRequest |
NodeGroupsAddNodesRequest.setAdditionalNodeCount(Integer additionalNodeCount)
Count of additional nodes to be added to the node group.
|
Copyright © 2011–2021 Google. All rights reserved.