Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::DnsPeeringConfig (v1.17.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::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.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#domain

def domain() -> ::String
Returns
  • (::String) — Required. The DNS name suffix of the zone being peered to, e.g., "my-internal-domain.corp.". Must end with a dot.

#domain=

def domain=(value) -> ::String
Parameter
  • value (::String) — Required. The DNS name suffix of the zone being peered to, e.g., "my-internal-domain.corp.". Must end with a dot.
Returns
  • (::String) — Required. The DNS name suffix of the zone being peered to, e.g., "my-internal-domain.corp.". Must end with a dot.

#target_network

def target_network() -> ::String
Returns
  • (::String) — Required. The VPC network name in the target_project where the DNS zone specified by 'domain' is visible.

#target_network=

def target_network=(value) -> ::String
Parameter
  • value (::String) — Required. The VPC network name in the target_project where the DNS zone specified by 'domain' is visible.
Returns
  • (::String) — Required. The VPC network name in the target_project where the DNS zone specified by 'domain' is visible.

#target_project

def target_project() -> ::String
Returns
  • (::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.

#target_project=

def target_project=(value) -> ::String
Parameter
  • value (::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.
Returns
  • (::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.