GoogleCloudAiplatformV1SandboxEnvironmentTemplate class
The specification of a SandboxEnvironmentTemplate.
A SandboxEnvironmentTemplate defines a template for creating SandboxEnvironments.
Constructors
- GoogleCloudAiplatformV1SandboxEnvironmentTemplate({String? createTime, GoogleCloudAiplatformV1SandboxEnvironmentTemplateCustomContainerEnvironment? customContainerEnvironment, GoogleCloudAiplatformV1SandboxEnvironmentTemplateDefaultContainerEnvironment? defaultContainerEnvironment, String? displayName, GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig? egressControlConfig, GoogleCloudAiplatformV1PrivateServiceConnectConfig? ingressControlConfig, String? name, String? state, String? updateTime})
- GoogleCloudAiplatformV1SandboxEnvironmentTemplate.fromJson(Map json_)
Properties
- createTime ↔ String?
-
The timestamp when this SandboxEnvironmentTemplate was created.
getter/setter pair
- customContainerEnvironment ↔ GoogleCloudAiplatformV1SandboxEnvironmentTemplateCustomContainerEnvironment?
-
The sandbox environment for custom container workloads.
getter/setter pair
- defaultContainerEnvironment ↔ GoogleCloudAiplatformV1SandboxEnvironmentTemplateDefaultContainerEnvironment?
-
The sandbox environment for default container workloads.
getter/setter pair
- displayName ↔ String?
-
The display name of the SandboxEnvironmentTemplate.
getter/setter pair
- egressControlConfig ↔ GoogleCloudAiplatformV1SandboxEnvironmentTemplateEgressControlConfig?
-
The configuration for egress control of this template.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ingressControlConfig ↔ GoogleCloudAiplatformV1PrivateServiceConnectConfig?
-
The configuration for private ingress (PSC-E) of this template.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ String?
-
The state of the sandbox environment template.
getter/setter pair
- updateTime ↔ String?
-
The timestamp when this SandboxEnvironmentTemplate was most recently
updated.
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