GoogleCloudAiplatformV1SandboxEnvironmentTemplate constructor
GoogleCloudAiplatformV1SandboxEnvironmentTemplate({
- String? createTime,
- GoogleCloudAiplatformV1SandboxEnvironmentTemplateCustomContainerEnvironment? customContainerEnvironment,
- GoogleCloudAiplatformV1SandboxEnvironmentTemplateDefaultContainerEnvironment? defaultContainerEnvironment,
- String? displayName,
- GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig? egressControlConfig,
- GoogleCloudAiplatformV1PrivateServiceConnectConfig? ingressControlConfig,
- String? name,
- String? state,
- String? updateTime,
Implementation
GoogleCloudAiplatformV1SandboxEnvironmentTemplate({
this.createTime,
this.customContainerEnvironment,
this.defaultContainerEnvironment,
this.displayName,
this.egressControlConfig,
this.ingressControlConfig,
this.name,
this.state,
this.updateTime,
});