You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Command: command executed when the container starts. This overrides the default command defined in the container image. This is usually the main executable, or entry point script to run.
@@ -1097,7 +1098,8 @@ type Namespace struct {
1097
1098
// UpdatedAt: last update date of the namespace.
1098
1099
UpdatedAt*time.Time`json:"updated_at"`
1099
1100
1100
-
// Deprecated
1101
+
// Deprecated: VpcIntegrationActivated: when activated, containers in the namespace can be connected to a Private Network.
1102
+
// Note that activating the VPC integration can only be done when creating a new namespace.
// Command: command executed when the container starts. This overrides the default command defined in the container image. This is usually the main executable, or entry point script to run.
@@ -1315,6 +1320,7 @@ type CreateNamespaceRequest struct {
1315
1320
// Tags: tags of the Serverless Container Namespace.
1316
1321
Tags []string`json:"tags"`
1317
1322
1323
+
// ActivateVpcIntegration: when activated, containers in the namespace can be connected to a Private Network.
// Command: command executed when the container starts. This overrides the default command defined in the container image. This is usually the main executable, or entry point script to run.
0 commit comments