class ProjectsLocationsNodeTypes extends Resource (View source)

The "nodeTypes" collection of methods.

Typical usage is:

 $vmwareengineService = new Google\Service\VMwareEngine(...);
 $nodeTypes = $vmwareengineService->projects_locations_nodeTypes;

Methods

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

Gets details of a single NodeType. (nodeTypes.get)

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

Lists node types (nodeTypes.listProjectsLocationsNodeTypes)

Details

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

Gets details of a single NodeType. (nodeTypes.get)

Parameters

string $name

Required. The resource name of the node type to retrieve. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: projects/my-proj/locations/us-central1-a/nodeTypes/standard-72

array $optParams

Optional parameters.

Return Value

NodeType

Exceptions

Exception

ListNodeTypesResponse listProjectsLocationsNodeTypes(string $parent, array $optParams = [])

Lists node types (nodeTypes.listProjectsLocationsNodeTypes)

Parameters

string $parent

Required. The resource name of the location to be queried for node types. 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

array $optParams

Optional parameters.

Return Value

ListNodeTypesResponse

Exceptions

Exception