PscInterfaceConfig

Configuration for PSC-I.

Fields
networkAttachmentstring

Optional. The name of the Compute Enginenetwork attachment to attach to the resource within the region and user project. To specify this field, you must have alreadycreated a network attachment. This field is only used for resources using PSC-I.

dnsPeeringConfigs[]object (DnsPeeringConfig)

Optional. DNS peering configurations. When specified, Vertex AI will attempt to configure DNS peering zones in the tenant project VPC to resolve the specified domains using the target network's Cloud DNS. The user must grant the dns.peer role to the Vertex AI service Agent on the target project.

JSON representation
{"networkAttachment":string,"dnsPeeringConfigs":[{object (DnsPeeringConfig)}]}

DnsPeeringConfig

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.

Fields
domainstring

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

targetProjectstring

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.

targetNetworkstring

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

JSON representation
{"domain":string,"targetProject":string,"targetNetwork":string}

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-07-24 UTC.