Class DnsPeeringConfig (1.144.0)

DnsPeeringConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attributes

Name Description
domain str
Required. The DNS name suffix of the zone being peered to, e.g., "my-internal-domain.corp.". Must end with a dot.
target_project str
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.
target_network str
Required. The VPC network name in the target_project where the DNS zone specified by 'domain' is visible.

Methods

DnsPeeringConfig

DnsPeeringConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.