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: docs/commands/fip.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ Flexible IP API.
14
14
-[Generate a virtual MAC on a given Flexible IP](#generate-a-virtual-mac-on-a-given-flexible-ip)
15
15
-[Remove a virtual MAC from a Flexible IP](#remove-a-virtual-mac-from-a-flexible-ip)
16
16
-[Duplicate a Virtual MAC](#duplicate-a-virtual-mac)
17
+
-[Move a virtual MAC](#move-a-virtual-mac)
17
18
18
19
19
20
## Flexible IP management commands
@@ -244,3 +245,24 @@ scw fip mac duplicate [arg=value ...]
244
245
245
246
246
247
248
+
### Move a virtual MAC
249
+
250
+
Move a Virtual MAC from a given Flexible IP onto another Flexible IP.
251
+
252
+
**Usage:**
253
+
254
+
```
255
+
scw fip mac move [arg=value ...]
256
+
```
257
+
258
+
259
+
**Args:**
260
+
261
+
| Name || Description |
262
+
|------|---|-------------|
263
+
| fip-id | Required ||
264
+
| dst-fip-id |||
265
+
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`| Zone to target. If none is passed will use default zone from the config |
-[Get an existing policy](#get-an-existing-policy)
@@ -433,6 +435,27 @@ scw iam group remove-member <group-id ...> [arg=value ...]
433
435
434
436
435
437
438
+
### Overwrite users and applications of a group
439
+
440
+
Overwrite users and applications configuration in a group. Any information that you add using this command will overwrite the previous configuration.
441
+
442
+
**Usage:**
443
+
444
+
```
445
+
scw iam group set-members [arg=value ...]
446
+
```
447
+
448
+
449
+
**Args:**
450
+
451
+
| Name || Description |
452
+
|------|---|-------------|
453
+
| group-id | Required ||
454
+
| user-ids.{index} | Required ||
455
+
| application-ids.{index} | Required ||
456
+
457
+
458
+
436
459
### Update a group
437
460
438
461
Update the parameters of group, including `name` and `description`.
@@ -548,6 +571,25 @@ scw iam permission-set list [arg=value ...]
548
571
Policies management commands.
549
572
550
573
574
+
### Clone a policy
575
+
576
+
Clone a policy. You must define specify the `policy_id` parameter in your request.
577
+
578
+
**Usage:**
579
+
580
+
```
581
+
scw iam policy clone [arg=value ...]
582
+
```
583
+
584
+
585
+
**Args:**
586
+
587
+
| Name || Description |
588
+
|------|---|-------------|
589
+
| policy-id | Required ||
590
+
591
+
592
+
551
593
### Create a new policy
552
594
553
595
Create a new application. You must define the `name` parameter in the request. You can specify parameters such as `user_id`, `groups_id`, `application_id`, `no_principal`, `rules` and its child attributes.
0 commit comments