class ProjectsLocationsBareMetalStandaloneClustersBareMetalStandaloneNodePools extends Resource (View source)

The "bareMetalStandaloneNodePools" collection of methods.

Typical usage is:

 $gkeonpremService = new Google\Service\GKEOnPrem(...);
 $bareMetalStandaloneNodePools = $gkeonpremService->projects_locations_bareMetalStandaloneClusters_bareMetalStandaloneNodePools;

Methods

enroll(string $parent, EnrollBareMetalStandaloneNodePoolRequest $postBody, array $optParams = [])

Enrolls an existing bare metal standalone node pool to the Anthos On-Prem API within a given project and location. Through enrollment, an existing standalone node pool will become Anthos On-Prem API managed. The corresponding GCP resources will be created.

Details

Operation enroll(string $parent, EnrollBareMetalStandaloneNodePoolRequest $postBody, array $optParams = [])

Enrolls an existing bare metal standalone node pool to the Anthos On-Prem API within a given project and location. Through enrollment, an existing standalone node pool will become Anthos On-Prem API managed. The corresponding GCP resources will be created.

(bareMetalStandaloneNodePools.enroll)

Parameters

string $parent

Required. The parent resource where this node pool will be created. projects/{project}/locations/{location}/bareMetalStandaloneClusters/{cluster}

EnrollBareMetalStandaloneNodePoolRequest $postBody
array $optParams

Optional parameters.

Return Value

Operation