public class Dataproc.Projects.Regions.Clusters.NodeGroups extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dataproc.Projects.Regions.Clusters.NodeGroups.Create |
class |
Dataproc.Projects.Regions.Clusters.NodeGroups.Get |
class |
Dataproc.Projects.Regions.Clusters.NodeGroups.Resize |
| Constructor and Description |
|---|
NodeGroups() |
| Modifier and Type | Method and Description |
|---|---|
Dataproc.Projects.Regions.Clusters.NodeGroups.Create |
create(String parent,
NodeGroup content)
Creates a node group in a cluster.
|
Dataproc.Projects.Regions.Clusters.NodeGroups.Get |
get(String name)
Gets the resource representation for a node group in a cluster.
|
Dataproc.Projects.Regions.Clusters.NodeGroups.Resize |
resize(String name,
ResizeNodeGroupRequest content)
Resizes a node group in a cluster.
|
public Dataproc.Projects.Regions.Clusters.NodeGroups.Create create(String parent, NodeGroup content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent resource where this node group will be created. Format:
projects/{project}/regions/{region}/clusters/{cluster}content - the NodeGroupIOExceptionpublic Dataproc.Projects.Regions.Clusters.NodeGroups.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the node group to retrieve. Format:
projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}IOExceptionpublic Dataproc.Projects.Regions.Clusters.NodeGroups.Resize resize(String name, ResizeNodeGroupRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the node group to resize. Format:
projects/{project}/regions/{region}/clusters/{cluster}/nodeGroups/{nodeGroup}content - the ResizeNodeGroupRequestIOExceptionCopyright © 2011–2023 Google. All rights reserved.