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;
}