(필수) 클러스터가 생성된 프로젝트 및 위치의 상위 요소입니다. 형식: "projects/{project}/locations/{location}"
쿼리 매개변수
매개변수
vmwareAdminClusterId
string
(필수) 리소스 이름의 일부로 사용되는 사용자 제공 식별자입니다. RFC-1034를 준수해야 하며 소문자로 제한해야 합니다. 대략 다음과 같이 표시됩니다. /^[a-z][a-z0-9.-]+[a-z0-9]$/
validateOnly
boolean
실제로 업데이트하지 않고 요청 유효성을 검사합니다.
allowPreflightFailure
boolean
(선택사항) 이 속성을 true로 설정하면 독립형 프리플라이트 검사 중에 생성에 실패하면 CLM에서 CCFE가 RMS에 클러스터 리소스를 유지하도록 강제합니다. 이 경우 후속 생성 호출이 '클러스터가 이미 존재함' 오류와 함께 실패하므로 클러스터를 수정하려면 클러스터를 업데이트해야 합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-06-24(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)."]]