GDC Virtual API (gkeonprem:v1)

2024-11-01

1 new method

Additions

    Methods
  • gkeonprem.projects.locations.vmwareAdminClusters.create

      Path: v1/{+parent}/vmwareAdminClusters

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/vmwareAdminClusters

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. The parent of the project and location where the cluster is created in. Format: "projects/{project}/locations/{location}"

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Location: path

          Required: Yes

          Type: string

        vmwareAdminClusterId

          Description: Required. User provided identifier that is used as part of the resource name; must conform to RFC-1034 and additionally restrict to lower-cased letters. This comes out roughly to: /^a-z+[a-z0-9]$/

          Location: query

          Type: string

        validateOnly

          Description: Validate the request without actually doing any updates.

          Location: query

          Type: boolean

        allowPreflightFailure

          Description: Optional. If set to true, CLM will force CCFE to persist the cluster resource in RMS when the creation fails during standalone preflight checks. In that case the subsequent create call will fail with "cluster already exists" error and hence a update cluster is required to fix the cluster.

          Location: query

          Type: boolean

      Parameter Order: parent

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Creates a new VMware admin cluster in a given project and location. The API needs to be combined with creating a bootstrap cluster to work.