Class: Ansible::Ruby::Modules::Cs_staticnat
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_staticnat
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb
Instance Method Summary collapse
-
#account ⇒ Object?
Account the static NAT is related to.
-
#domain ⇒ Object?
Domain the static NAT is related to.
-
#ip_address ⇒ String
Public IP address the static NAT is assigned to.
-
#poll_async ⇒ Boolean?
Poll async jobs until job has finished.
-
#project ⇒ Object?
Name of the project the static NAT is related to.
-
#state ⇒ :present, ...
State of the static NAT.
-
#vm ⇒ String?
Name of virtual machine which we make the static NAT for.,Required if C(state=present).
-
#vm_guest_ip ⇒ Boolean?
VM guest NIC secondary IP address for the static NAT.
-
#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 static NAT is related to.
29 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 29 attribute :account |
#domain ⇒ Object?
Returns Domain the static NAT is related to.
26 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 26 attribute :domain |
#ip_address ⇒ String
Returns Public IP address the static NAT is assigned to.
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 10 attribute :ip_address |
#poll_async ⇒ Boolean?
Returns Poll async jobs until job has finished.
38 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 38 attribute :poll_async |
#project ⇒ Object?
Returns Name of the project the static NAT is related to.
32 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 32 attribute :project |
#state ⇒ :present, ...
Returns State of the static NAT.
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 22 attribute :state |
#vm ⇒ String?
Returns Name of virtual machine which we make the static NAT for.,Required if C(state=present).
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 14 attribute :vm |
#vm_guest_ip ⇒ Boolean?
Returns VM guest NIC secondary IP address for the static NAT.
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 18 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.
35 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 35 attribute :zone |