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: cmd/scw/testdata/test-all-usage-lbip-create-usage.golden
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ ARGS:
9
9
[project-id] Project ID to use. If none is passed the default project ID will be used
10
10
[reverse] Reverse DNS (domain name) for the IP address
11
11
[is-ipv6] If true, creates a Flexible IP with an ipv6 address
12
+
[tags.{index}] List of tags for the IP
12
13
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
13
14
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2 | pl-waw-3)
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-lbip-list-usage.golden
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ ARGS:
9
9
[ip-address] IP address to filter for
10
10
[project-id] Project ID to filter for, only Load Balancer IP addresses from this Project will be returned
11
11
[ip-type] IP type to filter for (all | ipv4 | ipv6)
12
+
[tags.{index}] Tag to filter for, only IPs with one or more matching tags will be returned
12
13
[organization-id] Organization ID to filter for, only Load Balancer IP addresses from this Organization will be returned
13
14
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2 | pl-waw-3 | all)
Copy file name to clipboardExpand all lines: cmd/scw/testdata/test-all-usage-lbip-update-usage.golden
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ ARGS:
9
9
ip-id IP address ID
10
10
[reverse] Reverse DNS (domain name) for the IP address
11
11
[lb-id] ID of the server on which to attach the flexible IP
12
+
[tags.{index}] List of tags for the IP
12
13
[zone=fr-par-1] Zone to target. If none is passed will use default zone from the config (fr-par-1 | fr-par-2 | nl-ams-1 | nl-ams-2 | nl-ams-3 | pl-waw-1 | pl-waw-2 | pl-waw-3)
Copy file name to clipboardExpand all lines: docs/commands/lb.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -792,6 +792,7 @@ scw lb ip create [arg=value ...]
792
792
| project-id || Project ID to use. If none is passed the default project ID will be used |
793
793
| reverse || Reverse DNS (domain name) for the IP address |
794
794
| is-ipv6 || If true, creates a Flexible IP with an ipv6 address |
795
+
| tags.{index} || List of tags for the IP |
795
796
| organization-id || Organization ID to use. If none is passed the default organization ID will be used |
796
797
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2`, `pl-waw-3`| Zone to target. If none is passed will use default zone from the config |
797
798
@@ -855,6 +856,7 @@ scw lb ip list [arg=value ...]
855
856
| ip-address || IP address to filter for |
856
857
| project-id || Project ID to filter for, only Load Balancer IP addresses from this Project will be returned |
857
858
| ip-type | One of: `all`, `ipv4`, `ipv6`| IP type to filter for |
859
+
| tags.{index} || Tag to filter for, only IPs with one or more matching tags will be returned |
858
860
| organization-id || Organization ID to filter for, only Load Balancer IP addresses from this Organization will be returned |
859
861
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2`, `pl-waw-3`, `all`| Zone to target. If none is passed will use default zone from the config |
| reverse || Reverse DNS (domain name) for the IP address |
880
882
| lb-id || ID of the server on which to attach the flexible IP |
883
+
| tags.{index} || List of tags for the IP |
881
884
| zone | Default: `fr-par-1`<br />One of: `fr-par-1`, `fr-par-2`, `nl-ams-1`, `nl-ams-2`, `nl-ams-3`, `pl-waw-1`, `pl-waw-2`, `pl-waw-3`| Zone to target. If none is passed will use default zone from the config |
0 commit comments