We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6a1f4ac + e7d9d8e commit 8f0d09cCopy full SHA for 8f0d09c
internal/namespaces/rdb/v1/rdb_cli.go
@@ -702,6 +702,13 @@ func rdbInstanceUpgrade() *core.Command {
702
Deprecated: false,
703
Positional: false,
704
},
705
+ {
706
+ Name: "enable-encryption",
707
+ Short: `Defines whether or not encryption should be enabled on the Database Instance`,
708
+ Required: false,
709
+ Deprecated: false,
710
+ Positional: false,
711
+ },
712
core.RegionArgSpec(scw.RegionFrPar, scw.RegionNlAms, scw.RegionPlWaw),
713
714
Run: func(ctx context.Context, args interface{}) (i interface{}, e error) {
0 commit comments