@@ -305,6 +305,7 @@ scw function function create [arg=value ...]
305305| http-option | Default: ` enabled ` <br />One of: ` unknown_http_option ` , ` enabled ` , ` redirected ` | Configure how HTTP and HTTPS requests are handled |
306306| sandbox | One of: ` unknown_sandbox ` , ` v1 ` , ` v2 ` | Execution environment of the function |
307307| tags.{index} | | Tags of the Serverless Function |
308+ | private-network-id | | ID of the Private Network the function is connected to. |
308309| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
309310
310311
@@ -465,6 +466,7 @@ scw function function update <function-id ...> [arg=value ...]
465466| http-option | One of: ` unknown_http_option ` , ` enabled ` , ` redirected ` | Configure how HTTP and HTTPS requests are handled |
466467| sandbox | One of: ` unknown_sandbox ` , ` v1 ` , ` v2 ` | Execution environment of the function |
467468| tags.{index} | | Tags of the Serverless Function |
469+ | private-network-id | | ID of the Private Network the function is connected to. |
468470| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
469471
470472
@@ -496,6 +498,7 @@ scw function namespace create [arg=value ...]
496498| secret-environment-variables.{index}.key | | |
497499| secret-environment-variables.{index}.value | | |
498500| tags.{index} | | Tags of the Serverless Function Namespace |
501+ | activate-vpc-integration | | Activate VPC integration for the namespace. |
499502| region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
500503
501504
0 commit comments