@@ -91,18 +91,17 @@ Add an additional ACL rule to a Database Instance.
91
91
** Usage:**
92
92
93
93
```
94
- scw rdb acl add [arg=value ...]
94
+ scw rdb acl add <acl-rule-ips ...> [arg=value ...]
95
95
```
96
96
97
97
98
98
** Args:**
99
99
100
100
| Name | | Description |
101
101
| ------| ---| -------------|
102
- | instance-id | Required | UUID of the Database Instance you want to add ACL rules to |
103
- | rules.{index}.ip | | |
104
- | rules.{index}.description | | |
105
- | region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
102
+ | acl-rule-ips | Required | IP addresses defined in the ACL rules of the Database Instance |
103
+ | instance-id | Required | ID of the Database Instance |
104
+ | region | Default: ` fr-par ` | Region to target. If none is passed will use default region from the config |
106
105
107
106
108
107
@@ -113,17 +112,17 @@ Delete one or more ACL rules of a Database Instance.
113
112
** Usage:**
114
113
115
114
```
116
- scw rdb acl delete [arg=value ...]
115
+ scw rdb acl delete <acl-rule-ips ...> [arg=value ...]
117
116
```
118
117
119
118
120
119
** Args:**
121
120
122
121
| Name | | Description |
123
122
| ------| ---| -------------|
124
- | instance-id | Required | UUID of the Database Instance you want to delete an ACL rule from |
125
- | rules.{index}.ip | Required | IP addresses defined in the ACL rules of the Database Instance |
126
- | region | Default: ` fr-par ` < br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
123
+ | acl-rule-ips | Required | IP addresses defined in the ACL rules of the Database Instance |
124
+ | instance-id | Required | ID of the Database Instance |
125
+ | region | Default: ` fr-par ` | Region to target. If none is passed will use default region from the config |
127
126
128
127
129
128
@@ -143,7 +142,7 @@ scw rdb acl edit <instance-id ...> [arg=value ...]
143
142
144
143
| Name | | Description |
145
144
| ------| ---| -------------|
146
- | instance-id | Required | ID of the database instance |
145
+ | instance-id | Required | ID of the Database Instance |
147
146
| mode | Default: ` yaml ` <br />One of: ` yaml ` , ` json ` | marshaling used when editing data |
148
147
| region | Default: ` fr-par ` | Region to target. If none is passed will use default region from the config |
149
148
@@ -176,18 +175,17 @@ Replace all the ACL rules of a Database Instance.
176
175
** Usage:**
177
176
178
177
```
179
- scw rdb acl set [arg=value ...]
178
+ scw rdb acl set <acl-rule-ips ...> [arg=value ...]
180
179
```
181
180
182
181
183
182
** Args:**
184
183
185
184
| Name | | Description |
186
185
| ------| ---| -------------|
187
- | instance-id | Required | UUID of the Database Instance where the ACL rules must be set |
188
- | rules.{index}.ip | | |
189
- | rules.{index}.description | | |
190
- | region | Default: ` fr-par ` <br />One of: ` fr-par ` , ` nl-ams ` , ` pl-waw ` | Region to target. If none is passed will use default region from the config |
186
+ | acl-rule-ips | Required | IP addresses defined in the ACL rules of the Database Instance |
187
+ | instance-id | Required | ID of the Database Instance |
188
+ | region | Default: ` fr-par ` | Region to target. If none is passed will use default region from the config |
191
189
192
190
193
191
0 commit comments