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-interlink-pop-list-usage.golden
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,13 @@ USAGE:
6
6
scw interlink pop list [arg=value ...]
7
7
8
8
ARGS:
9
-
[order-by] Order in which to return results (name_asc | name_desc)
10
-
[name] PoP name to filter for
11
-
[hosting-provider-name] Hosting provider name to filter for
12
-
[partner-id] Filter for PoPs hosting an available shared connection from this partner
13
-
[link-bandwidth-mbps] Filter for PoPs with a connection allowing this bandwidth size. Note that we cannot guarantee that PoPs returned will have available capacity.
14
-
[dedicated-available] Filter for PoPs with a dedicated connection available for self-hosted links.
15
-
[l3-connectivity-partners] Filter for PoPs with a shared connection available from a partner supporting L3 connectivity
16
-
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | it-mil | nl-ams | pl-waw | all)
9
+
[order-by] Order in which to return results (name_asc | name_desc)
10
+
[name] PoP name to filter for
11
+
[hosting-provider-name] Hosting provider name to filter for
12
+
[partner-id] Filter for PoPs hosting an available shared connection from this partner
13
+
[link-bandwidth-mbps] Filter for PoPs with a shared connection allowing this bandwidth size. Note that we cannot guarantee that PoPs returned will have available capacity.
14
+
[dedicated-available] Filter for PoPs with a dedicated connection available for self-hosted links.
15
+
[region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | it-mil | nl-ams | pl-waw | all)
Copy file name to clipboardExpand all lines: docs/commands/interlink.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,7 @@ scw interlink link list [arg=value ...]
269
269
| vpc-id || Filter for links attached to this VPC |
270
270
| routing-policy-id || Filter for links using this routing policy |
271
271
| pairing-key || Filter for the link with this pairing_key |
272
-
| kind | One of: `hosted`, `self_hosted`, `l2_hosted`, `l3_hosted`| Filter for hosted or self-hosted links |
272
+
| kind | One of: `hosted`, `self_hosted`| Filter for hosted or self-hosted links |
273
273
| connection-id || Filter for links self-hosted on this connection |
274
274
| organization-id || Organization ID to filter for |
275
275
| region | Default: `fr-par`<br />One of: `fr-par`, `it-mil`, `nl-ams`, `pl-waw`, `all`| Region to target. If none is passed will use default region from the config |
@@ -341,7 +341,6 @@ scw interlink partner list [arg=value ...]
341
341
|------|---|-------------|
342
342
| order-by | One of: `name_asc`, `name_desc`| Order in which to return results |
343
343
| pop-ids.{index} || Filter for partners present (offering a connection) in one of these PoPs |
344
-
| l3-connectivity || Filter for partners supporting L3 connectivity |
345
344
| region | Default: `fr-par`<br />One of: `fr-par`, `it-mil`, `nl-ams`, `pl-waw`, `all`| Region to target. If none is passed will use default region from the config |
346
345
347
346
@@ -390,9 +389,8 @@ scw interlink pop list [arg=value ...]
390
389
| name || PoP name to filter for |
391
390
| hosting-provider-name || Hosting provider name to filter for |
392
391
| partner-id || Filter for PoPs hosting an available shared connection from this partner |
393
-
| link-bandwidth-mbps || Filter for PoPs with a connection allowing this bandwidth size. Note that we cannot guarantee that PoPs returned will have available capacity. |
392
+
| link-bandwidth-mbps || Filter for PoPs with a shared connection allowing this bandwidth size. Note that we cannot guarantee that PoPs returned will have available capacity. |
394
393
| dedicated-available || Filter for PoPs with a dedicated connection available for self-hosted links. |
395
-
| l3-connectivity-partners || Filter for PoPs with a shared connection available from a partner supporting L3 connectivity |
396
394
| region | Default: `fr-par`<br />One of: `fr-par`, `it-mil`, `nl-ams`, `pl-waw`, `all`| Region to target. If none is passed will use default region from the config |
Short: `Filter for PoPs with a connection allowing this bandwidth size. Note that we cannot guarantee that PoPs returned will have available capacity.`,
239
+
Short: `Filter for PoPs with a shared connection allowing this bandwidth size. Note that we cannot guarantee that PoPs returned will have available capacity.`,
0 commit comments