GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig constructor
GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig({
- String? customerVpcNetwork,
- List<
GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfigDnsPeeringConfig> ? dnsPeeringConfigs, - bool? internetAccess,
- String? networkAttachment,
Implementation
GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig({
this.customerVpcNetwork,
this.dnsPeeringConfigs,
this.internetAccess,
this.networkAttachment,
});