GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfigDnsPeeringConfig class
Configuration for peering a customer's private DNS zone so that sandbox egress can resolve customer-internal domains via the customer VPC.
Constructors
- GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfigDnsPeeringConfig({String? domain, String? targetNetwork, String? targetProject})
- GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfigDnsPeeringConfig.fromJson(Map json_)
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
domainis 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