Required. The project and location to create the zone in. Format: projects/{project}/locations/{location}
Query parameters
Parameters
zoneId
string
Optional. ID used to uniquely identify the Zone within its parent scope. This field should contain at most 63 characters and must start with lowercase characters. Only lowercase characters, numbers and - are accepted. The - character cannot be the first or the last one. A system generated ID will be used if the field is not set.
The zone.name field in the request will be ignored.
requestId
string
Optional. An optional unique identifier for this request. See AIP-155.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-06 UTC."],[[["This endpoint creates a new zone within a specified project and location using a POST request."],["The request URL utilizes gRPC Transcoding syntax and requires the `parent` path parameter for the project and location."],["Optional query parameters include `zoneId` for custom zone identification and `requestId` for request tracking."],["The request body must contain a `Zone` instance, while the response body will contain an `Operation` instance upon success."],["Creating a zone requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and IAM permission `gdchardwaremanagement.zones.create` on the parent resource."]]],[]]