|
6 | 6 | scw s2s-vpn vpn-gateway 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 Name of the VPN gateway |
11 | | - [tags.{index}] List of tags to apply to the VPN gateway |
12 | | - gateway-type VPN gateway type (commercial offer type) |
13 | | - [public-config.ipam-ipv4-id] |
14 | | - [public-config.ipam-ipv6-id] |
15 | | - private-network-id ID of the Private Network to attach to the VPN gateway |
16 | | - [ipam-private-ipv4-id] ID of the IPAM private IPv4 address to attach to the VPN gateway |
17 | | - [ipam-private-ipv6-id] ID of the IPAM private IPv6 address to attach to the VPN gateway |
18 | | - [zone] Availability Zone where the VPN gateway should be provisioned. If no zone is specified, the VPN gateway will be automatically placed. |
19 | | - [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) |
| 9 | + [project-id] Project ID to use. If none is passed the default project ID will be used |
| 10 | + name Name of the VPN gateway |
| 11 | + [tags.{index}] List of tags to apply to the VPN gateway |
| 12 | + gateway-type VPN gateway type (commercial offer type) |
| 13 | + [public-config.ipam-ipv4-id] |
| 14 | + [public-config.ipam-ipv6-id] |
| 15 | + private-network-id ID of the Private Network to attach to the VPN gateway |
| 16 | + [public-tunnel-config.single-ipv4-tunnel.ipam-id] |
| 17 | + [public-tunnel-config.single-ipv6-tunnel.ipam-id] |
| 18 | + [public-tunnel-config.dual-ipv4v6-tunnel.ipam-ipv4-id] |
| 19 | + [public-tunnel-config.dual-ipv4v6-tunnel.ipam-ipv6-id] |
| 20 | + [ipam-private-ipv4-id] ID of the IPAM private IPv4 address to attach to the VPN gateway |
| 21 | + [ipam-private-ipv6-id] ID of the IPAM private IPv6 address to attach to the VPN gateway |
| 22 | + [zone] Availability Zone where the VPN gateway should be provisioned. If no zone is specified, the VPN gateway will be automatically placed. |
| 23 | + [region=fr-par] Region to target. If none is passed will use default region from the config (fr-par | nl-ams | pl-waw) |
20 | 24 |
|
21 | 25 | FLAGS: |
22 | 26 | -h, --help help for create |
|
0 commit comments