ProjectsLocationsPrivateCloudsClustersNodes
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
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)
ListNodesResponse
listProjectsLocationsPrivateCloudsClustersNodes(string $parent, array $optParams = [])
Lists nodes in a given cluster.
(nodes.listProjectsLocationsPrivateCloudsClustersNodes)