GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig constructor

GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig({
  1. String? customerVpcNetwork,
  2. List<GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfigDnsPeeringConfig>? dnsPeeringConfigs,
  3. bool? internetAccess,
  4. String? networkAttachment,
})

Implementation

GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig({
  this.customerVpcNetwork,
  this.dnsPeeringConfigs,
  this.internetAccess,
  this.networkAttachment,
});