File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,14 @@ scw mongodb instance create [arg=value ...]
63
63
| ------| ---| -------------|
64
64
| project-id | | Project ID to use. If none is passed the default project ID will be used |
65
65
| name | Default: ` <generated> ` | Name of the Database Instance |
66
- | version | Required | Version of the MongoDB® engine |
66
+ | version | Required< br />Default: `` | Version of the MongoDB® engine |
67
67
| tags.{index} | | Tags to apply to the Database Instance |
68
- | node-number | Required | Number of node to use for the Database Instance |
68
+ | node-number | Required< br />Default: ` 1 ` | Number of node to use for the Database Instance |
69
69
| node-type | Required | Type of node to use for the Database Instance |
70
70
| user-name | Required | Username created when the Database Instance is created |
71
71
| password | Required | Password of the initial user |
72
- | volume.volume-size | | Volume size |
73
- | volume.volume-type | One of: ` unknown_type ` , ` sbs_5k ` , ` sbs_15k ` | Type of volume where data is stored |
72
+ | volume.volume-size | Default: ` 5GB ` | Volume size |
73
+ | volume.volume-type | Default: ` sbs_5k ` < br /> One of: ` unknown_type ` , ` sbs_5k ` , ` sbs_15k ` | Type of volume where data is stored |
74
74
| endpoints.{index}.private-network.private-network-id | | UUID of the Private Network |
75
75
| region | Default: ` fr-par ` <br />One of: ` fr-par ` | Region to target. If none is passed will use default region from the config |
76
76
You can’t perform that action at this time.
0 commit comments