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
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-rdb-instance-create-usage.golden
+17-16Lines changed: 17 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -6,22 +6,23 @@ USAGE:
6
6
scw rdb instance create [arg=value ...]
7
7
8
8
ARGS:
9
-
[project-id] Project ID to use. If none is passed the default project ID will be used
10
-
[name=<generated>] Name of the Database Instance
11
-
engine Database engine of the Database Instance (PostgreSQL, MySQL, ...)
12
-
user-name Username created when the Database Instance is created
13
-
[generate-password=true] Will generate a 21 character-length password that contains a mix of upper/lower case letters, numbers and special symbols
14
-
[password] Password of the user
15
-
node-type=DB-DEV-S Type of node to use for the Database Instance
16
-
[is-ha-cluster] Defines whether or not High-Availability is enabled
17
-
[disable-backup] Defines whether or not backups are disabled
18
-
[tags.{index}] Tags to apply to the Database Instance
19
-
[init-settings.{index}.name]
20
-
[init-settings.{index}.value]
21
-
[volume-type] Type of volume where data is stored (lssd, bssd, ...) (lssd | bssd | sbs_5k | sbs_15k)
22
-
[volume-size] Volume size when volume_type is not lssd
23
-
[init-endpoints.{index}.load-balancer=false] Will configure a load-balancer endpoint along with your private network endpoint if true
24
-
[init-endpoints.{index}.private-network.enable-ipam=false] Will configure your Private Network endpoint with Scaleway IPAM service if true
9
+
[project-id] Project ID to use. If none is passed the default project ID will be used
10
+
[name=<generated>] Name of the Database Instance
11
+
engine Database engine of the Database Instance (PostgreSQL, MySQL, ...)
12
+
user-name Username created when the Database Instance is created
13
+
[generate-password=true] Will generate a 21 character-length password that contains a mix of upper/lower case letters, numbers and special symbols
14
+
[password] Password of the user
15
+
node-type=DB-DEV-S Type of node to use for the Database Instance
16
+
[is-ha-cluster] Defines whether or not High-Availability is enabled
17
+
[disable-backup] Defines whether or not backups are disabled
18
+
[tags.{index}] Tags to apply to the Database Instance
19
+
[init-settings.{index}.name]
20
+
[init-settings.{index}.value]
21
+
[volume-type] Type of volume where data is stored (lssd, bssd, ...) (lssd | bssd | sbs_5k | sbs_15k)
22
+
[volume-size] Volume size when volume_type is not lssd
23
+
[init-endpoints.{index}.load-balancer=false] Will configure a load-balancer endpoint along with your private network endpoint if true
24
+
config (one of):
25
+
[init-endpoints.{index}.private-network.enable-ipam] Will configure your Private Network endpoint with Scaleway IPAM service if true
25
26
[init-endpoints.{index}.private-network.private-network-id] UUID of the Private Network to be connected to the Database Instance
26
27
[init-endpoints.{index}.private-network.service-ip] Endpoint IPv4 address with a CIDR notation. Refer to the official Scaleway documentation to learn more about IP and subnet limitations.
27
28
[backup-same-region] Defines whether to or not to store logical backups in the same region as the Database Instance
| volume-type | One of: `lssd`, `bssd`, `sbs_5k`, `sbs_15k`| Type of volume where data is stored (lssd, bssd, ...) |
763
763
| volume-size || Volume size when volume_type is not lssd |
764
764
| init-endpoints.{index}.load-balancer | Default: `false`| Will configure a load-balancer endpoint along with your private network endpoint if true |
765
-
| init-endpoints.{index}.private-network.enable-ipam |Default: `false`| Will configure your Private Network endpoint with Scaleway IPAM service if true |
765
+
| init-endpoints.{index}.private-network.enable-ipam || Will configure your Private Network endpoint with Scaleway IPAM service if true |
766
766
| init-endpoints.{index}.private-network.private-network-id || UUID of the Private Network to be connected to the Database Instance |
767
767
| init-endpoints.{index}.private-network.service-ip || Endpoint IPv4 address with a CIDR notation. Refer to the official Scaleway documentation to learn more about IP and subnet limitations. |
768
768
| backup-same-region || Defines whether to or not to store logical backups in the same region as the Database Instance |
0 commit comments