GoogleCloudAiplatformV1SandboxEnvironmentTemplate constructor

GoogleCloudAiplatformV1SandboxEnvironmentTemplate({
  1. String? createTime,
  2. GoogleCloudAiplatformV1SandboxEnvironmentTemplateCustomContainerEnvironment? customContainerEnvironment,
  3. GoogleCloudAiplatformV1SandboxEnvironmentTemplateDefaultContainerEnvironment? defaultContainerEnvironment,
  4. String? displayName,
  5. GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig? egressControlConfig,
  6. GoogleCloudAiplatformV1PrivateServiceConnectConfig? ingressControlConfig,
  7. String? name,
  8. String? state,
  9. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1SandboxEnvironmentTemplate({
  this.createTime,
  this.customContainerEnvironment,
  this.defaultContainerEnvironment,
  this.displayName,
  this.egressControlConfig,
  this.ingressControlConfig,
  this.name,
  this.state,
  this.updateTime,
});