@@ -93,18 +93,17 @@ Add an additional ACL rule to a Database Instance.
93
93
** Usage:**
94
94
95
95
```
96
- scw rdb acl add [arg=value ...]
96
+ scw rdb acl add <acl-rule-ips ...> [arg=value ...]
97
97
```
98
98
99
99
100
100
** Args:**
101
101
102
102
| Name | | Description |
103
103
| ------| ---| -------------|
104
- | instance-id | Required | UUID of the Database Instance you want to add ACL rules to |
105
- | rules.{index}.ip | | |
106
- | rules.{index}.description | | |
107
- | 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 |
104
+ | acl-rule-ips | Required | IP addresses defined in the ACL rules of the Database Instance |
105
+ | instance-id | Required | ID of the Database Instance |
106
+ | region | Default: ` fr-par ` | Region to target. If none is passed will use default region from the config |
108
107
109
108
110
109
@@ -115,17 +114,17 @@ Delete one or more ACL rules of a Database Instance.
115
114
** Usage:**
116
115
117
116
```
118
- scw rdb acl delete [arg=value ...]
117
+ scw rdb acl delete <acl-rule-ips ...> [arg=value ...]
119
118
```
120
119
121
120
122
121
** Args:**
123
122
124
123
| Name | | Description |
125
124
| ------| ---| -------------|
126
- | instance-id | Required | UUID of the Database Instance you want to delete an ACL rule from |
127
- | rules.{index}.ip | Required | IP addresses defined in the ACL rules of the Database Instance |
128
- | 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 |
125
+ | acl-rule-ips | Required | IP addresses defined in the ACL rules of the Database Instance |
126
+ | instance-id | Required | ID of the Database Instance |
127
+ | region | Default: ` fr-par ` | Region to target. If none is passed will use default region from the config |
129
128
130
129
131
130
@@ -145,7 +144,7 @@ scw rdb acl edit <instance-id ...> [arg=value ...]
145
144
146
145
| Name | | Description |
147
146
| ------| ---| -------------|
148
- | instance-id | Required | ID of the database instance |
147
+ | instance-id | Required | ID of the Database Instance |
149
148
| mode | Default: ` yaml ` <br />One of: ` yaml ` , ` json ` | marshaling used when editing data |
150
149
| region | Default: ` fr-par ` | Region to target. If none is passed will use default region from the config |
151
150
0 commit comments