Class: Ansible::Ruby::Modules::Cs_vpn_gateway

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

Overview

Creates and removes VPN site-to-site gateways.

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 gateway is related to.

Returns:

  • (Object, nil)

    Account the VPN gateway is related to.



23
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_gateway.rb', line 23

attribute :account

#domainObject?

Returns Domain the VPN gateway is related to.

Returns:

  • (Object, nil)

    Domain the VPN gateway is related to.



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

attribute :domain

#poll_async:yes, ...

Returns Poll async jobs until job has finished.

Returns:

  • (:yes, :no, nil)

    Poll async jobs until job has finished.



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

attribute :poll_async

#projectObject?

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

Returns:

  • (Object, nil)

    Name of the project the VPN gateway is related to.



26
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_gateway.rb', line 26

attribute :project

#state:present, ...

Returns State of the VPN gateway.

Returns:

  • (:present, :absent, nil)

    State of the VPN gateway.



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

attribute :state

#vpcString

Returns Name of the VPC.

Returns:

  • (String)

    Name of the VPC.



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

attribute :vpc

#zoneObject?

Returns Name of the zone the VPC is related to.,If not set, default zone is used.

Returns:

  • (Object, nil)

    Name of the zone the VPC is related to.,If not set, default zone is used.



29
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_vpn_gateway.rb', line 29

attribute :zone