REST Resource: projects.locations.instances.dnsPeerings

Resource: DnsPeering

DNS peering configuration. These configurations are used to create DNS peering with the customer Cloud DNS.

JSON representation
{
  "name": string,
  "domain": string,
  "description": string,
  "targetProject": string,
  "targetNetwork": string
}
Fields
name

string

Required. The resource name of the dns peering zone. Format: projects/{project}/locations/{location}/instances/{instance}/dnsPeerings/{dnsPeering}

domain

string

Required. The dns name suffix of the zone.

description

string

Optional. Optional description of the dns zone.

targetProject

string

Optional. Optional target project to which dns peering should happen.

targetNetwork

string

Optional. Optional target network to which dns peering should happen.

Methods

create

Creates DNS peering on the given resource.

delete

Deletes DNS peering on the given resource.

list

Lists DNS peerings for a given resource.