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-lblb-update-usage.golden
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,12 @@ USAGE:
6
6
scw lb lb update <lb-id ...> [arg=value ...]
7
7
8
8
ARGS:
9
-
lb-id Load Balancer ID
10
-
name Load Balancer name
11
-
description Load Balancer description
9
+
lb-id Load Balancer ID
10
+
name Load Balancer name
11
+
description Load Balancer description
12
+
ip (one of):
13
+
[assign-flexible-ipv6] Automatically assign a flexible public IPv6 to the Load Balancer
14
+
[ip-id] The IP ID to attach to the Load Balancer
12
15
[tags.{index}] List of tags for the Load Balancer
13
16
[ssl-compatibility-level] Determines the minimal SSL version which needs to be supported on the client side, in an SSL/TLS offloading context. Intermediate is suitable for general-purpose servers with a variety of clients, recommended for almost all systems. Modern is suitable for services with clients that support TLS 1.3 and don't need backward compatibility. Old is compatible with a small number of very old clients and should be used only as a last resort (ssl_compatibility_level_unknown | ssl_compatibility_level_intermediate | ssl_compatibility_level_modern | ssl_compatibility_level_old)
14
17
[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)
| assign-flexible-ipv6 || Automatically assign a flexible public IPv6 to the Load Balancer |
1046
+
| ip-id || The IP ID to attach to the Load Balancer |
1045
1047
| tags.{index} || List of tags for the Load Balancer |
1046
1048
| ssl-compatibility-level | One of: `ssl_compatibility_level_unknown`, `ssl_compatibility_level_intermediate`, `ssl_compatibility_level_modern`, `ssl_compatibility_level_old`| Determines the minimal SSL version which needs to be supported on the client side, in an SSL/TLS offloading context. Intermediate is suitable for general-purpose servers with a variety of clients, recommended for almost all systems. Modern is suitable for services with clients that support TLS 1.3 and don't need backward compatibility. Old is compatible with a small number of very old clients and should be used only as a last resort |
1047
1049
| 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