Class: Ansible::Ruby::Modules::Cs_vpn_customer_gateway
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_vpn_customer_gateway
- Defined in:
- lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb
Overview
Create, update and remove VPN customer gateways.
Instance Method Summary collapse
-
#account ⇒ Object?
Account the VPN customer gateway is related to.
-
#cidrs ⇒ Array<String>, ...
List of guest CIDRs behind the gateway.,Required if C(state=present).
-
#domain ⇒ Object?
Domain the VPN customer gateway is related to.
-
#dpd ⇒ Symbol?
Enable Dead Peer Detection.,Disabled per default by the API on creation if not set.
-
#esp_lifetime ⇒ Object?
Lifetime in seconds of phase 2 VPN connection.,Defaulted to 3600 by the API on creation if not set.
-
#esp_policy ⇒ String?
ESP policy in the format e.g.
-
#force_encap ⇒ Symbol?
Force encapsulation for NAT traversal.,Disabled per default by the API on creation if not set.
-
#gateway ⇒ String?
Public IP address of the gateway.,Required if C(state=present).
-
#ike_lifetime ⇒ Object?
Lifetime in seconds of phase 1 VPN connection.,Defaulted to 86400 by the API on creation if not set.
-
#ike_policy ⇒ String?
IKE policy in the format e.g.
-
#ipsec_psk ⇒ String?
IPsec Preshared-Key.,Cannot contain newline or double quotes.,Required if C(state=present).
-
#name ⇒ String
Name of the gateway.
-
#poll_async ⇒ Boolean?
Poll async jobs until job has finished.
-
#project ⇒ Object?
Name of the project the VPN gateway is related to.
-
#state ⇒ :present, ...
State of the VPN customer gateway.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, fix_inclusion, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#account ⇒ Object?
Returns Account the VPN customer gateway is related to.
57 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 57 attribute :account |
#cidrs ⇒ Array<String>, ...
Returns List of guest CIDRs behind the gateway.,Required if C(state=present).
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 16 attribute :cidrs |
#domain ⇒ Object?
Returns Domain the VPN customer gateway is related to.
54 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 54 attribute :domain |
#dpd ⇒ Symbol?
Returns Enable Dead Peer Detection.,Disabled per default by the API on creation if not set.
42 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 42 attribute :dpd |
#esp_lifetime ⇒ Object?
Returns Lifetime in seconds of phase 2 VPN connection.,Defaulted to 3600 by the API on creation if not set.
39 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 39 attribute :esp_lifetime |
#esp_policy ⇒ String?
Returns ESP policy in the format e.g. C(aes256-sha1;modp1536).,Required if C(state=present).
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 24 attribute :esp_policy |
#force_encap ⇒ Symbol?
Returns Force encapsulation for NAT traversal.,Disabled per default by the API on creation if not set.
46 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 46 attribute :force_encap |
#gateway ⇒ String?
Returns Public IP address of the gateway.,Required if C(state=present).
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 20 attribute :gateway |
#ike_lifetime ⇒ Object?
Returns Lifetime in seconds of phase 1 VPN connection.,Defaulted to 86400 by the API on creation if not set.
36 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 36 attribute :ike_lifetime |
#ike_policy ⇒ String?
Returns IKE policy in the format e.g. C(aes256-sha1;modp1536).,Required if C(state=present).
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 28 attribute :ike_policy |
#ipsec_psk ⇒ String?
Returns IPsec Preshared-Key.,Cannot contain newline or double quotes.,Required if C(state=present).
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 32 attribute :ipsec_psk |
#name ⇒ String
Returns Name of the gateway.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 12 attribute :name |
#poll_async ⇒ Boolean?
Returns Poll async jobs until job has finished.
63 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 63 attribute :poll_async |
#project ⇒ Object?
Returns Name of the project the VPN gateway is related to.
60 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 60 attribute :project |
#state ⇒ :present, ...
Returns State of the VPN customer gateway.
50 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 50 attribute :state |