Class: Ansible::Ruby::Modules::Quantum_floating_ip_associate

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.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

#auth_urlString?

Returns the keystone url for authentication.

Returns:

  • (String, nil)

    the keystone url for authentication



22
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb', line 22

attribute :auth_url

#instance_nameString

Returns name of the instance to which the public IP should be assigned.

Returns:

  • (String)

    name of the instance to which the public IP should be assigned



33
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb', line 33

attribute :instance_name

#ip_addressString

Returns floating ip that should be assigned to the instance.

Returns:

  • (String)

    floating ip that should be assigned to the instance



37
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb', line 37

attribute :ip_address

#login_passwordString

Returns password of login user.

Returns:

  • (String)

    password of login user



14
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb', line 14

attribute :login_password

#login_tenant_nameBoolean

Returns the tenant name of the login user.

Returns:

  • (Boolean)

    the tenant name of the login user



18
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb', line 18

attribute :login_tenant_name

#login_usernameString

Returns login username to authenticate to keystone.

Returns:

  • (String)

    login username to authenticate to keystone



10
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb', line 10

attribute :login_username

#region_nameObject?

Returns name of the region.

Returns:

  • (Object, nil)

    name of the region



26
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb', line 26

attribute :region_name

#state:present, ...

Returns indicates the desired state of the resource.

Returns:

  • (:present, :absent, nil)

    indicates the desired state of the resource



29
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb', line 29

attribute :state