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
Overview
Create, update and remove static NATs.
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, remove_existing_validations, #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.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 30 attribute :account |
#domain ⇒ Object?
Returns Domain the static NAT is related to.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 27 attribute :domain |
#ip_address ⇒ String
Returns Public IP address the static NAT is assigned to.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 11 attribute :ip_address |
#poll_async ⇒ Boolean?
Returns Poll async jobs until job has finished.
39 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 39 attribute :poll_async |
#project ⇒ Object?
Returns Name of the project the static NAT is related to.
33 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 33 attribute :project |
#state ⇒ :present, ...
Returns State of the static NAT.
23 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 23 attribute :state |
#vm ⇒ String?
Returns Name of virtual machine which we make the static NAT for.,Required if C(state=present).
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 15 attribute :vm |
#vm_guest_ip ⇒ Boolean?
Returns VM guest NIC secondary IP address for the static NAT.
19 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 19 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.
36 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_staticnat.rb', line 36 attribute :zone |