File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
internal/namespaces/function/v1beta1 Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -324,6 +324,13 @@ func functionNamespaceCreate() *core.Command {
324324 Deprecated : false ,
325325 Positional : false ,
326326 },
327+ {
328+ Name : "activate-vpc-integration" ,
329+ Short : `Activate VPC integration for the namespace.` ,
330+ Required : false ,
331+ Deprecated : false ,
332+ Positional : false ,
333+ },
327334 core .RegionArgSpec (
328335 scw .RegionFrPar ,
329336 scw .RegionNlAms ,
@@ -728,6 +735,13 @@ func functionFunctionCreate() *core.Command {
728735 Deprecated : false ,
729736 Positional : false ,
730737 },
738+ {
739+ Name : "private-network-id" ,
740+ Short : `ID of the Private Network the function is connected to.` ,
741+ Required : false ,
742+ Deprecated : false ,
743+ Positional : false ,
744+ },
731745 core .RegionArgSpec (
732746 scw .RegionFrPar ,
733747 scw .RegionNlAms ,
@@ -917,6 +931,13 @@ func functionFunctionUpdate() *core.Command {
917931 Deprecated : false ,
918932 Positional : false ,
919933 },
934+ {
935+ Name : "private-network-id" ,
936+ Short : `ID of the Private Network the function is connected to.` ,
937+ Required : false ,
938+ Deprecated : false ,
939+ Positional : false ,
940+ },
920941 core .RegionArgSpec (
921942 scw .RegionFrPar ,
922943 scw .RegionNlAms ,
You can’t perform that action at this time.
0 commit comments