| Modifier and Type | Class and Description |
|---|---|
class |
Compute.NodeTypes.AggregatedList |
class |
Compute.NodeTypes.Get |
class |
Compute.NodeTypes.List |
| Constructor and Description |
|---|
NodeTypes() |
| Modifier and Type | Method and Description |
|---|---|
Compute.NodeTypes.AggregatedList |
aggregatedList(String project)
Retrieves an aggregated list of node types.
|
Compute.NodeTypes.Get |
get(String project,
String zone,
String nodeType)
Returns the specified node type.
|
Compute.NodeTypes.List |
list(String project,
String zone)
Retrieves a list of node types available to the specified project.
|
public Compute.NodeTypes.AggregatedList aggregatedList(String project) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.project - Project ID for this request.IOExceptionpublic Compute.NodeTypes.Get get(String project, String zone, String nodeType) 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.nodeType - Name of the node type to return.IOExceptionpublic Compute.NodeTypes.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.IOExceptionCopyright © 2011–2023 Google. All rights reserved.