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
@@ -8,6 +8,7 @@ USAGE:
8
8
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
+
[is-ipv6] If true, creates a Flexible IP with an ipv6 address
11
12
[organization-id] Organization ID to use. If none is passed the default organization ID will be used
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: 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
@@ -8,6 +8,7 @@ USAGE:
8
8
ARGS:
9
9
ip-id IP address ID
10
10
[reverse] Reverse DNS (domain name) for the IP address
11
+
[lb-id] ID of the server on which to attach the flexible IP
11
12
[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-lblb-create-usage.golden
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ ARGS:
10
10
name=<generated> Name for the Load Balancer
11
11
[description] Description for the Load Balancer
12
12
[assign-flexible-ip] Defines whether to automatically assign a flexible public IP to lb. Default value is `false` (do not assign).
13
+
[assign-flexible-ipv6] Defines whether to automatically assign a flexible public IPv6 to the Load Balancer. Default value is `false` (do not assign).
14
+
[ip-ids.{index}] List of IP IDs to attach to the Load Balancer
13
15
[tags.{index}] List of tags for the Load Balancer
14
16
[type=LB-S] Load Balancer commercial offer type. Use the Load Balancer types endpoint to retrieve a list of available offer types (LB-S | LB-GP-M | LB-GP-L)
15
17
[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 do not 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)
Copy file name to clipboardExpand all lines: docs/commands/lb.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -791,6 +791,7 @@ scw lb ip create [arg=value ...]
791
791
|------|---|-------------|
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
+
| is-ipv6 || If true, creates a Flexible IP with an ipv6 address |
794
795
| organization-id || Organization ID to use. If none is passed the default organization ID will be used |
795
796
| 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 |
| reverse || Reverse DNS (domain name) for the IP address |
879
+
| lb-id || ID of the server on which to attach the flexible IP |
878
880
| 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 |
| description || Description for the Load Balancer |
905
907
|~~ip-id~~| Deprecated | ID of an existing flexible IP address to attach to the Load Balancer |
906
908
| assign-flexible-ip || Defines whether to automatically assign a flexible public IP to lb. Default value is `false` (do not assign). |
909
+
| assign-flexible-ipv6 || Defines whether to automatically assign a flexible public IPv6 to the Load Balancer. Default value is `false` (do not assign). |
910
+
| ip-ids.{index} || List of IP IDs to attach to the Load Balancer |
907
911
| tags.{index} || List of tags for the Load Balancer |
908
912
| type | Default: `LB-S`<br />One of: `LB-S`, `LB-GP-M`, `LB-GP-L`| Load Balancer commercial offer type. Use the Load Balancer types endpoint to retrieve a list of available offer types |
909
913
| 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 do not need backward compatibility. Old is compatible with a small number of very old clients and should be used only as a last resort |
0 commit comments