| 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.GetIamPolicy  | 
class  | 
Compute.NodeGroups.Insert  | 
class  | 
Compute.NodeGroups.List  | 
class  | 
Compute.NodeGroups.ListNodes  | 
class  | 
Compute.NodeGroups.Patch  | 
class  | 
Compute.NodeGroups.SetIamPolicy  | 
class  | 
Compute.NodeGroups.SetNodeTemplate  | 
class  | 
Compute.NodeGroups.TestIamPermissions  | 
| 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.GetIamPolicy | 
getIamPolicy(String project,
            String zone,
            String resource)
Gets the access control policy for a resource. 
 | 
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.Patch | 
patch(String project,
     String zone,
     String nodeGroup,
     NodeGroup content)
Updates the specified node group. 
 | 
Compute.NodeGroups.SetIamPolicy | 
setIamPolicy(String project,
            String zone,
            String resource,
            ZoneSetPolicyRequest content)
Sets the access control policy on the specified resource. 
 | 
Compute.NodeGroups.SetNodeTemplate | 
setNodeTemplate(String project,
               String zone,
               String nodeGroup,
               NodeGroupsSetNodeTemplateRequest content)
Updates the node template of the node group. 
 | 
Compute.NodeGroups.TestIamPermissions | 
testIamPermissions(String project,
                  String zone,
                  String resource,
                  TestPermissionsRequest content)
Returns permissions that a caller has on the specified resource. 
 | 
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.content - the NodeGroupsAddNodesRequestIOExceptionpublic Compute.NodeGroups.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic 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.IOExceptionpublic 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 whose nodes will be deleted.content - the NodeGroupsDeleteNodesRequestIOExceptionpublic 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.IOExceptionpublic Compute.NodeGroups.GetIamPolicy getIamPolicy(String project, String zone, String resource) 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.resource - Name or id of the resource for this request.IOExceptionpublic 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 NodeGroupIOExceptionpublic 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.IOExceptionpublic 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.IOExceptionpublic Compute.NodeGroups.Patch patch(String project, String zone, String nodeGroup, 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.nodeGroup - Name of the NodeGroup resource to update.content - the NodeGroupIOExceptionpublic Compute.NodeGroups.SetIamPolicy setIamPolicy(String project, String zone, String resource, ZoneSetPolicyRequest 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.resource - Name or id of the resource for this request.content - the ZoneSetPolicyRequestIOExceptionpublic 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 update.content - the NodeGroupsSetNodeTemplateRequestIOExceptionpublic Compute.NodeGroups.TestIamPermissions testIamPermissions(String project, String zone, String resource, TestPermissionsRequest 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.resource - Name or id of the resource for this request.content - the TestPermissionsRequestIOExceptionCopyright © 2011–2020 Google. All rights reserved.