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
Create a SQLServer Flex instance with name "my-instance", specify flavor by CPU and RAM, set storage size to 20 GB, and restrict access to a specific range of IP addresses. Other parameters are set to default values
--acl strings The access control list (ACL). Must contain at least one valid subnet, for instance '0.0.0.0/0' for open access (discouraged), '1.2.3.0/24 for a public IP range of an organization, '1.2.3.4/32' for a single IP range, etc. (default [])
31
28
--backup-schedule string Backup schedule
32
-
--cpu int32 Number of CPUs
29
+
--cpu int Number of CPUs
33
30
--edition string Edition of the SQLServer instance
34
31
--flavor-id string ID of the flavor
35
32
-h, --help Help for "stackit beta sqlserverflex instance create"
36
33
-n, --name string Instance name
37
-
--ram int32 Amount of RAM (in GB)
38
-
--retention-days int The days for how long the backup files should be stored before being cleaned up
34
+
--ram int Amount of RAM (in GB)
35
+
--retention-days int32 The days for how long the backup files should be stored before being cleaned up
0 commit comments