---
title: "POST /v1/{+parent}/managementDnsZoneBindings"
method: POST
path: "/v1/{+parent}/managementDnsZoneBindings"
tags: ["projects"]
---

# POST /v1/{+parent}/managementDnsZoneBindings

`POST /v1/{+parent}/managementDnsZoneBindings`

Creates a new `ManagementDnsZoneBinding` resource in a private cloud. This RPC creates the DNS binding and the resource that represents the DNS binding of the consumer VPC network to the management DNS zone. A management DNS zone is the Cloud DNS cross-project binding zone that VMware Engine creates for each private cloud. It contains FQDNs and corresponding IP addresses for the private cloud's ESXi hosts and management VM appliances like vCenter and NSX Manager.

## Path parameters

- `parent` string, required

## Query parameters

- `managementDnsZoneBindingId` string
- `requestId` string

## Request body

- ManagementDnsZoneBinding — Represents a binding between a network and the management DNS zone. A management DNS zone is the Cloud DNS cross-project binding zone that VMware Engine creates for each private cloud. It contains FQDNs and corresponding IP addresses for the private cloud's ESXi hosts and management VM appliances like vCenter and NSX Manager.
  - `vmwareEngineNetwork` string — Network to bind is a VMware Engine network. Specify the name in the following form for VMware engine network: `projects/{project}/locations/global/vmwareEngineNetworks/{vmware_engine_network_id}`. `{project}` can either be a project number or a project ID.
  - `name` string — Output only. The resource name of this binding. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. For example: `projects/my-project/locations/us-central1-a/privateClouds/my-cloud/managementDnsZoneBindings/my-management-dns-zone-binding`
  - `vpcNetwork` string — Network to bind is a standard consumer VPC. Specify the name in the following form for consumer VPC network: `projects/{project}/global/networks/{network_id}`. `{project}` can either be a project number or a project ID.
  - `uid` string — Output only. System-generated unique identifier for the resource.
  - `createTime` string, google-datetime — Output only. Creation time of this resource.
  - `updateTime` string, google-datetime — Output only. Last update time of this resource.
  - `state` 'STATE_UNSPECIFIED' | 'ACTIVE' | 'CREATING' | 'UPDATING' | 'DELETING' | 'FAILED' — Output only. The state of the resource.
  - `description` string — User-provided description for this resource.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/vmwareengine.md) · [All operations](https://skmtc.dev/google/apis/vmwareengine/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/vmwareengine/revisions/23816cc0f25a/schema)
