Parameter |
Choices/Defaults |
Comments |
account
|
|
Account the VPN customer gateway is related to.
|
api_http_method
|
|
HTTP method used to query the API endpoint.
If not given, the CLOUDSTACK_METHOD env variable is considered.
As the last option, the value is taken from the ini config file, also see the notes.
Fallback value is get if not specified.
|
api_key
|
|
API key of the CloudStack API.
If not given, the CLOUDSTACK_KEY env variable is considered.
As the last option, the value is taken from the ini config file, also see the notes.
|
api_region
|
Default:
"cloudstack"
|
Name of the ini section in the cloustack.ini file.
If not given, the CLOUDSTACK_REGION env variable is considered.
|
api_secret
|
|
Secret key of the CloudStack API.
If not set, the CLOUDSTACK_SECRET env variable is considered.
As the last option, the value is taken from the ini config file, also see the notes.
|
api_timeout
|
|
HTTP timeout in seconds.
If not given, the CLOUDSTACK_TIMEOUT env variable is considered.
As the last option, the value is taken from the ini config file, also see the notes.
Fallback value is 10 seconds if not specified.
|
api_url
|
|
URL of the CloudStack API e.g. https://cloud.example.com/client/api.
If not given, the CLOUDSTACK_ENDPOINT env variable is considered.
As the last option, the value is taken from the ini config file, also see the notes.
|
cidrs
|
|
List of guest CIDRs behind the gateway.
Required if state=present .
aliases: cidr
|
domain
|
|
Domain the VPN customer gateway is related to.
|
dpd
bool |
|
Enable Dead Peer Detection.
Disabled per default by the API on creation if not set.
|
esp_lifetime
|
|
Lifetime in seconds of phase 2 VPN connection.
Defaulted to 3600 by the API on creation if not set.
|
esp_policy
|
|
ESP policy in the format e.g. aes256-sha1;modp1536 .
Required if state=present .
|
force_encap
bool |
|
Force encapsulation for NAT traversal.
Disabled per default by the API on creation if not set.
|
gateway
|
|
Public IP address of the gateway.
Required if state=present .
|
ike_lifetime
|
|
Lifetime in seconds of phase 1 VPN connection.
Defaulted to 86400 by the API on creation if not set.
|
ike_policy
|
|
IKE policy in the format e.g. aes256-sha1;modp1536 .
Required if state=present .
|
ipsec_psk
|
|
IPsec Preshared-Key.
Cannot contain newline or double quotes.
Required if state=present .
|
name
required |
|
Name of the gateway.
|
poll_async
|
Default:
"yes"
|
Poll async jobs until job has finished.
|
project
|
|
Name of the project the VPN gateway is related to.
|
state
|
Choices:
present ←
- absent
|
State of the VPN customer gateway.
|