Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudAiplatformV1DnsPeeringConfig

import type { GoogleCloudAiplatformV1DnsPeeringConfig } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";

DNS peering configuration. These configurations are used to create DNS peering zones in the Vertex tenant project VPC, enabling resolution of records within the specified domain hosted in the target network's Cloud DNS.

interface GoogleCloudAiplatformV1DnsPeeringConfig {
domain?: string;
targetNetwork?: string;
targetProject?: string;
}

§Properties

§
domain?: string
[src]

Required. The DNS name suffix of the zone being peered to, e.g., "my-internal-domain.corp.". Must end with a dot.

§
targetNetwork?: string
[src]

Required. The VPC network name in the target_project where the DNS zone specified by 'domain' is visible.

§
targetProject?: string
[src]

Required. The project ID hosting the Cloud DNS managed zone that contains the 'domain'. The Vertex AI Service Agent requires the dns.peer role on this project.