Class: Ansible::Ruby::Modules::Cs_ip_address

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#accountObject?



28
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 28

attribute :account

#domainObject?



18
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 18

attribute :domain

#ip_addressString?



14
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 14

attribute :ip_address

#networkString?



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

#projectObject?



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

#tagsArray<Hash>, ...



41
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 41

attribute :tags

#vpcObject?



25
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 25

attribute :vpc

#zoneObject?



34
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_ip_address.rb', line 34

attribute :zone