Class: Ansible::Ruby::Modules::Cs_vpn_connection

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_connection.rb

Overview

Create and remove VPN connections.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#accountObject?

Returns Account the VPN connection is related to.

Returns:

  • (Object, nil)

    Account the VPN connection is related to.



35
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_connection.rb', line 35

attribute :account

#domainObject?

Returns Domain the VPN connection is related to.

Returns:

  • (Object, nil)

    Domain the VPN connection is related to.



32
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_connection.rb', line 32

attribute :domain

#forceSymbol?

Returns Activate the VPN gateway if not already activated on C(state=present).,Also see M(cs_vpn_gateway).

Returns:

  • (Symbol, nil)

    Activate the VPN gateway if not already activated on C(state=present).,Also see M(cs_vpn_gateway).



24
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_connection.rb', line 24

attribute :force

#passiveSymbol?

Returns State of the VPN connection.,Only considered when C(state=present).

Returns:

  • (Symbol, nil)

    State of the VPN connection.,Only considered when C(state=present).



20
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_connection.rb', line 20

attribute :passive

#poll_asyncBoolean?

Returns Poll async jobs until job has finished.

Returns:

  • (Boolean, nil)

    Poll async jobs until job has finished.



41
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_connection.rb', line 41

attribute :poll_async

#projectObject?

Returns Name of the project the VPN connection is related to.

Returns:

  • (Object, nil)

    Name of the project the VPN connection is related to.



38
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_connection.rb', line 38

attribute :project

#state:present, ...

Returns State of the VPN connection.

Returns:

  • (:present, :absent, nil)

    State of the VPN connection.



28
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_connection.rb', line 28

attribute :state

#vpcString

Returns Name of the VPC the VPN connection is related to.

Returns:

  • (String)

    Name of the VPC the VPN connection is related to.



12
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_connection.rb', line 12

attribute :vpc

#vpn_customer_gatewayString

Returns Name of the VPN customer gateway.

Returns:

  • (String)

    Name of the VPN customer gateway.



16
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_connection.rb', line 16

attribute :vpn_customer_gateway