Modifier and Type | Class and Description |
---|---|
class |
Compute.NodeGroups.AddNodes |
class |
Compute.NodeGroups.AggregatedList |
class |
Compute.NodeGroups.Delete |
class |
Compute.NodeGroups.DeleteNodes |
class |
Compute.NodeGroups.Get |
class |
Compute.NodeGroups.Insert |
class |
Compute.NodeGroups.List |
class |
Compute.NodeGroups.ListNodes |
class |
Compute.NodeGroups.SetNodeTemplate |
Constructor and Description |
---|
NodeGroups() |
Modifier and Type | Method and Description |
---|---|
Compute.NodeGroups.AddNodes |
addNodes(String project,
String zone,
String nodeGroup,
NodeGroupsAddNodesRequest content)
Adds specified number of nodes to the node group.
|
Compute.NodeGroups.AggregatedList |
aggregatedList(String project)
Retrieves an aggregated list of node groups.
|
Compute.NodeGroups.Delete |
delete(String project,
String zone,
String nodeGroup)
Deletes the specified NodeGroup resource.
|
Compute.NodeGroups.DeleteNodes |
deleteNodes(String project,
String zone,
String nodeGroup,
NodeGroupsDeleteNodesRequest content)
Deletes specified nodes from the node group.
|
Compute.NodeGroups.Get |
get(String project,
String zone,
String nodeGroup)
Returns the specified NodeGroup.
|
Compute.NodeGroups.Insert |
insert(String project,
String zone,
Integer initialNodeCount,
NodeGroup content)
Creates a NodeGroup resource in the specified project using the data included in the request.
|
Compute.NodeGroups.List |
list(String project,
String zone)
Retrieves a list of node groups available to the specified project.
|
Compute.NodeGroups.ListNodes |
listNodes(String project,
String zone,
String nodeGroup)
Lists nodes in the node group.
|
Compute.NodeGroups.SetNodeTemplate |
setNodeTemplate(String project,
String zone,
String nodeGroup,
NodeGroupsSetNodeTemplateRequest content)
Updates the node template of the node group.
|
public Compute.NodeGroups.AddNodes addNodes(String project, String zone, String nodeGroup, NodeGroupsAddNodesRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.nodeGroup
- Name of the NodeGroup resource to delete.content
- the NodeGroupsAddNodesRequest
IOException
public Compute.NodeGroups.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.IOException
public Compute.NodeGroups.Delete delete(String project, String zone, String nodeGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.nodeGroup
- Name of the NodeGroup resource to delete.IOException
public Compute.NodeGroups.DeleteNodes deleteNodes(String project, String zone, String nodeGroup, NodeGroupsDeleteNodesRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.nodeGroup
- Name of the NodeGroup resource to delete.content
- the NodeGroupsDeleteNodesRequest
IOException
public Compute.NodeGroups.Get get(String project, String zone, String nodeGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.nodeGroup
- Name of the node group to return.IOException
public Compute.NodeGroups.Insert insert(String project, String zone, Integer initialNodeCount, NodeGroup content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.initialNodeCount
- Initial count of nodes in the node group.content
- the NodeGroup
IOException
public Compute.NodeGroups.List list(String project, String zone) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.IOException
public Compute.NodeGroups.ListNodes listNodes(String project, String zone, String nodeGroup) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.nodeGroup
- Name of the NodeGroup resource whose nodes you want to list.IOException
public Compute.NodeGroups.SetNodeTemplate setNodeTemplate(String project, String zone, String nodeGroup, NodeGroupsSetNodeTemplateRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.project
- Project ID for this request.zone
- The name of the zone for this request.nodeGroup
- Name of the NodeGroup resource to delete.content
- the NodeGroupsSetNodeTemplateRequest
IOException
Copyright © 2011–2018 Google. All rights reserved.