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, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#account ⇒ Object?
57 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 57 attribute :account |
#cidrs ⇒ Array<String>, ...
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 16 attribute :cidrs |
#domain ⇒ Object?
54 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 54 attribute :domain |
#dpd ⇒ Symbol?
42 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 42 attribute :dpd |
#esp_lifetime ⇒ Object?
39 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 39 attribute :esp_lifetime |
#esp_policy ⇒ String?
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 24 attribute :esp_policy |
#force_encap ⇒ Symbol?
46 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 46 attribute :force_encap |
#gateway ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 20 attribute :gateway |
#ike_lifetime ⇒ Object?
36 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 36 attribute :ike_lifetime |
#ike_policy ⇒ String?
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 28 attribute :ike_policy |
#ipsec_psk ⇒ String?
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 32 attribute :ipsec_psk |
#name ⇒ String
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 12 attribute :name |
#poll_async ⇒ Boolean?
63 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 63 attribute :poll_async |
#project ⇒ Object?
60 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 60 attribute :project |
#state ⇒ :present, ...
50 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_customer_gateway.rb', line 50 attribute :state |