ProjectsLocationsBareMetalStandaloneClustersBareMetalStandaloneNodePools
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
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)