|
6 | 6 | scw lb lb create [arg=value ...] |
7 | 7 |
|
8 | 8 | ARGS: |
9 | | - [project-id] Project ID to use. If none is passed the default project ID will be used |
10 | | - name=<generated> Name for the Load Balancer |
11 | | - [description] Description for the Load Balancer |
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 |
15 | | - [tags.{index}] List of tags for the Load Balancer |
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) |
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) |
18 | | - [organization-id] Organization ID to use. If none is passed the default organization ID will be used |
19 | | - [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) |
| 9 | + [project-id] Project ID to use. If none is passed the default project ID will be used |
| 10 | + name=<generated> Name for the Load Balancer |
| 11 | + [description] Description for the Load Balancer |
| 12 | + [assign-flexible-ip=true] Defines whether to automatically assign a flexible public IP to the Load Balancer. Default value is `true` (assign). |
| 13 | + [assign-flexible-ipv6=false] 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 |
| 15 | + [tags.{index}] List of tags for the Load Balancer |
| 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) |
| 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) |
| 18 | + [organization-id] Organization ID to use. If none is passed the default organization ID will be used |
| 19 | + [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) |
20 | 20 |
|
21 | 21 | DEPRECATED ARGS: |
22 | 22 | [ip-id] ID of an existing flexible IP address to attach to the Load Balancer |
|
0 commit comments