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

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

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?



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

attribute :account

#domainObject?



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

attribute :domain

#ip_addressString?



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

attribute :ip_address

#networkString?



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

attribute :network

#poll_asyncBoolean?



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

attribute :poll_async

#projectObject?



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

attribute :project

#zoneObject?



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

attribute :zone