GoogleCloudAiplatformV1DnsPeeringConfig class

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.

Properties

domain String?
The DNS name suffix of the zone being peered to, e.g., "my-internal-domain.corp.".
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetNetwork String?
The VPC network name in the target_project where the DNS zone specified by 'domain' is visible.
getter/setter pair
targetProject String?
The project ID hosting the Cloud DNS managed zone that contains the 'domain'.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited