Class: Ansible::Ruby::Modules::Cs_portforward
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_portforward
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb
Instance Method Summary collapse
-
#account ⇒ Object?
Account the C(vm) is related to.
-
#domain ⇒ Object?
Domain the C(vm) is related to.
-
#ip_address ⇒ String
Public IP address the rule is assigned to.
-
#open_firewall ⇒ Boolean?
Whether the firewall rule for public port should be created, while creating the new rule.,Use M(cs_firewall) for managing firewall rules.
-
#poll_async ⇒ Boolean?
Poll async jobs until job has finished.
-
#private_end_port ⇒ Object?
End private port for this rule.,If not specified equal C(private_port).
-
#private_port ⇒ Integer
Start private port for this rule.
-
#project ⇒ Object?
Name of the project the C(vm) is located in.
-
#protocol ⇒ :tcp, ...
Protocol of the port forwarding rule.
-
#public_end_port ⇒ Object?
End public port for this rule.,If not specified equal C(public_port).
-
#public_port ⇒ Integer, String
Start public port for this rule.
-
#state ⇒ :present, ...
State of the port forwarding rule.
-
#vm ⇒ String?
Name of virtual machine which we make the port forwarding rule for.,Required if C(state=present).
-
#vm_guest_ip ⇒ Boolean?
VM guest NIC secondary IP address for the port forwarding rule.
-
#zone ⇒ Object?
Name of the zone in which the virtual machine is in.,If not set, default zone is used.
Methods inherited from Base
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
#account ⇒ Object?
Returns Account the C(vm) is related to.
51 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 51 attribute :account |
#domain ⇒ Object?
Returns 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_address ⇒ String
Returns 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_firewall ⇒ Boolean?
Returns 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_async ⇒ Boolean?
Returns 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_port ⇒ Object?
Returns 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_port ⇒ Integer
Returns Start private port for this rule.
33 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 33 attribute :private_port |
#project ⇒ Object?
Returns 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.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 22 attribute :protocol |
#public_end_port ⇒ Object?
Returns 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_port ⇒ Integer, String
Returns 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.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_portforward.rb', line 18 attribute :state |
#vm ⇒ String?
Returns 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_ip ⇒ Boolean?
Returns 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 |
#zone ⇒ Object?
Returns 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 |