Class: Ansible::Ruby::Modules::Cs_portforward

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

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

Methods inherited from Ansible::Ruby::Models::Base

attr_option, attr_options, attribute, #initialize, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#accountObject?

Returns Account the C(vm) is related to.

Returns:

  • (Object, nil)

    Account the C(vm) is related to.



51
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 51

attribute :account

#domainObject?

Returns Domain the C(vm) is related to.

Returns:

  • (Object, nil)

    Domain the C(vm) is related to.



48
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 48

attribute :domain

#ip_addressString

Returns Public IP address the rule is assigned to.

Returns:

  • (String)

    Public IP address the rule is assigned to.



10
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 10

attribute :ip_address

#open_firewallBoolean?

Returns Whether the firewall rule for public port should be created, while creating the new rule.,Use M(cs_firewall) for managing firewall rules.

Returns:

  • (Boolean, nil)

    Whether the firewall rule for public port should be created, while creating the new rule.,Use M(cs_firewall) for managing firewall rules.



40
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 40

attribute :open_firewall

#poll_asyncBoolean?

Returns Poll async jobs until job has finished.

Returns:

  • (Boolean, nil)

    Poll async jobs until job has finished.



60
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 60

attribute :poll_async

#private_end_portObject?

Returns End private port for this rule.,If not specified equal C(private_port).

Returns:

  • (Object, nil)

    End private port for this rule.,If not specified equal C(private_port).



37
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 37

attribute :private_end_port

#private_portInteger

Returns Start private port for this rule.

Returns:

  • (Integer)

    Start private port for this rule.



33
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 33

attribute :private_port

#projectObject?

Returns Name of the project the C(vm) is located in.

Returns:

  • (Object, nil)

    Name of the project the C(vm) is located in.



54
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 54

attribute :project

#protocol:tcp, ...

Returns Protocol of the port forwarding rule.

Returns:

  • (:tcp, :udp, nil)

    Protocol of the port forwarding rule.



22
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 22

attribute :protocol

#public_end_portObject?

Returns End public port for this rule.,If not specified equal C(public_port).

Returns:

  • (Object, nil)

    End public port for this rule.,If not specified equal C(public_port).



30
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 30

attribute :public_end_port

#public_portInteger, String

Returns Start public port for this rule.

Returns:

  • (Integer, String)

    Start public port for this rule.



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

attribute :public_port

#state:present, ...

Returns State of the port forwarding rule.

Returns:

  • (:present, :absent, nil)

    State of the port forwarding rule.



18
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 18

attribute :state

#vmString?

Returns Name of virtual machine which we make the port forwarding rule for.,Required if C(state=present).

Returns:

  • (String, nil)

    Name of virtual machine which we make the port forwarding rule for.,Required if C(state=present).



14
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 14

attribute :vm

#vm_guest_ipBoolean?

Returns VM guest NIC secondary IP address for the port forwarding rule.

Returns:

  • (Boolean, nil)

    VM guest NIC secondary IP address for the port forwarding rule.



44
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 44

attribute :vm_guest_ip

#zoneObject?

Returns Name of the zone in which the virtual machine is in.,If not set, default zone is used.

Returns:

  • (Object, nil)

    Name of the zone in which the virtual machine is in.,If not set, default zone is used.



57
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 57

attribute :zone