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/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). Tagging the IP address can also make the call idempotent.
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) and C(tags) is not set.
-
#network ⇒ String?
Network the IP address is related to.
-
#poll_async ⇒ :yes, ...
Poll async jobs until job has finished.
-
#project ⇒ Object?
Name of the project the IP address is related to.
-
#state ⇒ :present, ...
State of the IP address.
-
#tags ⇒ Array<Hash>, ...
List of tags.
-
#vpc ⇒ Object?
VPC 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?
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 28 attribute :account |
#domain ⇒ Object?
18 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 18 attribute :domain |
#ip_address ⇒ String?
14 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 14 attribute :ip_address |
#network ⇒ String?
21 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 21 attribute :network |
#poll_async ⇒ :yes, ...
45 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 45 attribute :poll_async |
#project ⇒ Object?
31 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 31 attribute :project |
#state ⇒ :present, ...
37 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 37 attribute :state |
#tags ⇒ Array<Hash>, ...
41 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 41 attribute :tags |
#vpc ⇒ Object?
25 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 25 attribute :vpc |
#zone ⇒ Object?
34 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 34 attribute :zone |