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
Overview
Acquires and associates a public IP to an account or project. Due to API limitations this is not an idempotent call, so be sure to only conditionally call this when C(state=present)
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, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#account ⇒ Object?
22 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 22 attribute :account |
#domain ⇒ Object?
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 15 attribute :domain |
#ip_address ⇒ String?
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 11 attribute :ip_address |
#network ⇒ String?
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 18 attribute :network |
#poll_async ⇒ Boolean?
31 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 31 attribute :poll_async |
#project ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 25 attribute :project |
#zone ⇒ Object?
28 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_ip_address.rb', line 28 attribute :zone |