target.apidocs.com.google.api.services.vmwareengine.v1.VMwareEngine.Projects.Locations.PrivateClouds.Clusters.Nodes.html Maven / Gradle / Ivy
VMwareEngine.Projects.Locations.PrivateClouds.Clusters.Nodes (VMware Engine API v1-rev20240412-2.0.0)
com.google.api.services.vmwareengine.v1
Class VMwareEngine.Projects.Locations.PrivateClouds.Clusters.Nodes
- java.lang.Object
-
- com.google.api.services.vmwareengine.v1.VMwareEngine.Projects.Locations.PrivateClouds.Clusters.Nodes
-
- Enclosing class:
- VMwareEngine.Projects.Locations.PrivateClouds.Clusters
public class VMwareEngine.Projects.Locations.PrivateClouds.Clusters.Nodes
extends Object
The "nodes" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
VMwareEngine.Projects.Locations.PrivateClouds.Clusters.Nodes.Get
class
VMwareEngine.Projects.Locations.PrivateClouds.Clusters.Nodes.List
-
Constructor Summary
Constructors
Constructor and Description
Nodes()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
VMwareEngine.Projects.Locations.PrivateClouds.Clusters.Nodes.Get
get(String name)
Gets details of a single node.
VMwareEngine.Projects.Locations.PrivateClouds.Clusters.Nodes.List
list(String parent)
Lists nodes in a given cluster.
-
-
Method Detail
-
get
public VMwareEngine.Projects.Locations.PrivateClouds.Clusters.Nodes.Get get(String name)
throws IOException
Gets details of a single node.
Create a request for the method "nodes.get".
This request holds the parameters needed by the vmwareengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The resource name of the node to retrieve. For example: `projects/{project}/locations/{loc
ation}/privateClouds/{private_cloud}/clusters/{cluster}/nodes/{node}`
- Returns:
- the request
- Throws:
IOException
-
list
public VMwareEngine.Projects.Locations.PrivateClouds.Clusters.Nodes.List list(String parent)
throws IOException
Lists nodes in a given cluster.
Create a request for the method "nodes.list".
This request holds the parameters needed by the vmwareengine server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The resource name of the cluster to be queried for nodes. Resource names are schemeless
URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names.
For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/clusters
/my-cluster`
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy