class ProjectsLocationsPrivateCloudsClustersNodes extends Resource (View source)

The "nodes" collection of methods.

Typical usage is:

 $vmwareengineService = new Google\Service\VMwareEngine(...);
 $nodes = $vmwareengineService->projects_locations_privateClouds_clusters_nodes;

Methods

get(string $name, array $optParams = [])

Gets details of a single node. (nodes.get)

listProjectsLocationsPrivateCloudsClustersNodes(string $parent, array $optParams = [])

Lists nodes in a given cluster.

Details

Node get(string $name, array $optParams = [])

Gets details of a single node. (nodes.get)

Parameters

string $name

Required. The resource name of the node to retrieve. For example: projects/{project}/locations/{location}/privateClouds/{private_clou d}/clusters/{cluster}/nodes/{node}

array $optParams

Optional parameters.

Return Value

Node

Exceptions

Exception

ListNodesResponse listProjectsLocationsPrivateCloudsClustersNodes(string $parent, array $optParams = [])

Lists nodes in a given cluster.

(nodes.listProjectsLocationsPrivateCloudsClustersNodes)

Parameters

string $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

array $optParams

Optional parameters.

Return Value

ListNodesResponse

Exceptions

Exception