Class: Ansible::Ruby::Modules::Cs_ip_address
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_ip_address
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb
Instance Method Summary collapse
-
#account ⇒ Object?
Account the IP address is related to.
-
#domain ⇒ Object?
Domain the IP address is related to.
-
#ip_address ⇒ String?
Public IP address.,Required if C(state=absent).
-
#network ⇒ String?
Network the IP address is related to.
-
#poll_async ⇒ Boolean?
Poll async jobs until job has finished.
-
#project ⇒ Object?
Name of the project the IP address is related to.
-
#zone ⇒ Object?
Name of the zone in which the IP address 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 IP address is related to.
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 21 attribute :account |
#domain ⇒ Object?
Returns Domain the IP address is related to.
14 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 14 attribute :domain |
#ip_address ⇒ String?
Returns Public IP address.,Required if C(state=absent).
10 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 10 attribute :ip_address |
#network ⇒ String?
Returns Network the IP address is related to.
17 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 17 attribute :network |
#poll_async ⇒ Boolean?
Returns Poll async jobs until job has finished.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 30 attribute :poll_async |
#project ⇒ Object?
Returns Name of the project the IP address is related to.
24 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 24 attribute :project |
#zone ⇒ Object?
Returns Name of the zone in which the IP address is in.,If not set, default zone is used.
27 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 27 attribute :zone |