Package | Description |
---|---|
com.google.api.services.compute |
Modifier and Type | Method and Description |
---|---|
Compute.NodeGroups.Insert |
Compute.NodeGroups.insert(java.lang.String project,
java.lang.String zone,
java.lang.Integer initialNodeCount,
NodeGroup content)
Creates a NodeGroup resource in the specified project using the data included in the request.
|
Compute.NodeGroups.Insert |
Compute.NodeGroups.Insert.set(java.lang.String parameterName,
java.lang.Object value) |
Compute.NodeGroups.Insert |
Compute.NodeGroups.Insert.setAlt(java.lang.String alt) |
Compute.NodeGroups.Insert |
Compute.NodeGroups.Insert.setFields(java.lang.String fields) |
Compute.NodeGroups.Insert |
Compute.NodeGroups.Insert.setInitialNodeCount(java.lang.Integer initialNodeCount)
Initial count of nodes in the node group.
|
Compute.NodeGroups.Insert |
Compute.NodeGroups.Insert.setKey(java.lang.String key) |
Compute.NodeGroups.Insert |
Compute.NodeGroups.Insert.setOauthToken(java.lang.String oauthToken) |
Compute.NodeGroups.Insert |
Compute.NodeGroups.Insert.setPrettyPrint(java.lang.Boolean prettyPrint) |
Compute.NodeGroups.Insert |
Compute.NodeGroups.Insert.setProject(java.lang.String project)
Project ID for this request.
|
Compute.NodeGroups.Insert |
Compute.NodeGroups.Insert.setQuotaUser(java.lang.String quotaUser) |
Compute.NodeGroups.Insert |
Compute.NodeGroups.Insert.setRequestId(java.lang.String requestId)
An optional request ID to identify requests.
|
Compute.NodeGroups.Insert |
Compute.NodeGroups.Insert.setUserIp(java.lang.String userIp) |
Compute.NodeGroups.Insert |
Compute.NodeGroups.Insert.setZone(java.lang.String zone)
The name of the zone for this request.
|