|
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 instance |
11 | | - engine Database engine of the database (PostgreSQL, MySQL, ...) |
12 | | - user-name Name of the user created when the instance is created |
13 | | - password Password of the user |
14 | | - node-type=DB-DEV-S Type of node to use for the instance (DB-DEV-S | DB-DEV-M | DB-DEV-L | DB-DEV-XL | DB-GP-XS | DB-GP-S | DB-GP-M | DB-GP-L | DB-GP-XL) |
15 | | - [is-ha-cluster] Whether or not High-Availability is enabled |
16 | | - [disable-backup] Whether or not backups are disabled |
17 | | - [tags.{index}] Tags to apply to the instance |
18 | | - [init-settings.{index}.name] |
19 | | - [init-settings.{index}.value] |
20 | | - [volume-type] Type of volume where data are stored (lssd, bssd, ...) (lssd | bssd) |
21 | | - [volume-size] Volume size when volume_type is not lssd |
22 | | - [organization-id] Organization ID to use. If none is passed the default organization ID will be used |
23 | | - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) |
| 9 | + [project-id] Project ID to use. If none is passed the default project ID will be used |
| 10 | + [name=<generated>] Name of the instance |
| 11 | + engine Database engine of the database (PostgreSQL, MySQL, ...) |
| 12 | + user-name Name of the user created when the instance is created |
| 13 | + password Password of the user |
| 14 | + node-type=DB-DEV-S Type of node to use for the instance (DB-DEV-S | DB-DEV-M | DB-DEV-L | DB-DEV-XL | DB-GP-XS | DB-GP-S | DB-GP-M | DB-GP-L | DB-GP-XL) |
| 15 | + [is-ha-cluster] Whether or not High-Availability is enabled |
| 16 | + [disable-backup] Whether or not backups are disabled |
| 17 | + [tags.{index}] Tags to apply to the instance |
| 18 | + [init-settings.{index}.name] |
| 19 | + [init-settings.{index}.value] |
| 20 | + [volume-type] Type of volume where data are stored (lssd, bssd, ...) (lssd | bssd) |
| 21 | + [volume-size] Volume size when volume_type is not lssd |
| 22 | + [init-endpoints.{index}.private-network.private-network-id] |
| 23 | + [init-endpoints.{index}.private-network.service-ip] |
| 24 | + [organization-id] Organization ID to use. If none is passed the default organization ID will be used |
| 25 | + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) |
24 | 26 |
|
25 | 27 | FLAGS: |
26 | 28 | -h, --help help for create |
|
0 commit comments