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

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, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#accountObject?

Returns Account the IP address is related to.

Returns:

  • (Object, nil)

    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

#domainObject?

Returns Domain the IP address is related to.

Returns:

  • (Object, nil)

    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_addressString?

Returns Public IP address.,Required if C(state=absent).

Returns:

  • (String, nil)

    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

#networkString?

Returns Network the IP address is related to.

Returns:

  • (String, nil)

    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_asyncBoolean?

Returns Poll async jobs until job has finished.

Returns:

  • (Boolean, nil)

    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

#projectObject?

Returns Name of the project the IP address is related to.

Returns:

  • (Object, nil)

    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

#zoneObject?

Returns Name of the zone in which the IP address is in.,If not set, default zone is used.

Returns:

  • (Object, nil)

    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