Erstellt einen neuen VMware-Administratorcluster in einem bestimmten Projekt und an einem bestimmten Standort. Die API muss mit der Erstellung eines Bootstrap-Clusters kombiniert werden, damit sie funktioniert.
HTTP-Anfrage
POST https://gkeonprem.googleapis.com/v1/{parent=projects/*/locations/*}/vmwareAdminClusters
Erforderlich. Das übergeordnete Element des Projekts und des Standorts, in dem der Cluster erstellt wird. Format: „projects/{project}/locations/{location}“
Abfrageparameter
Parameter
vmwareAdminClusterId
string
Erforderlich. Vom Nutzer bereitgestellte ID, die als Teil des Ressourcennamens verwendet wird. Sie muss RFC-1034 entsprechen und darf nur Kleinbuchstaben enthalten. Das entspricht ungefähr: /^[a-z][a-z0-9.-]+[a-z0-9]$/
validateOnly
boolean
Die Anfrage wird validiert, ohne dass tatsächlich Aktualisierungen vorgenommen werden.
allowPreflightFailure
boolean
Optional. Wenn diese Option auf „true“ gesetzt ist, erzwingt CLM, dass CCFE die Clusterressource in RMS beibehält, wenn die Erstellung während der eigenständigen Preflight-Prüfungen fehlschlägt. In diesem Fall schlägt der nachfolgende Erstellungsaufruf mit dem Fehler „cluster already exists“ (Cluster ist bereits vorhanden) fehl. Daher ist eine Clusteraktualisierung erforderlich, um den Cluster zu korrigieren.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2025-07-22 (UTC)."],[],[],null,["# Method: projects.locations.vmwareAdminClusters.create\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nCreates a new VMware admin cluster in a given project and location. The API needs to be combined with creating a bootstrap cluster to work.\n\n### HTTP request\n\n`POST https://gkeonprem.googleapis.com/v1/{parent=projects/*/locations/*}/vmwareAdminClusters`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body contains an instance of [VmwareAdminCluster](/kubernetes-engine/distributed-cloud/reference/on-prem-api/rest/v1/projects.locations.vmwareAdminClusters#VmwareAdminCluster).\n\n### Response body\n\nIf successful, the response body contains a newly created instance of [Operation](/kubernetes-engine/distributed-cloud/reference/on-prem-api/rest/v1/projects.locations.operations#Operation).\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]