Configuration for 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
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.
domain 
 
  string 
 
Required. The DNS name suffix of the zone being peered to, e.g., "my-internal-domain.corp.". Must end with a dot.
targetProject 
 
  string 
 
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.
targetNetwork 
 
  string 
 
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 } | 

