Class: Ansible::Ruby::Modules::Quantum_floating_ip

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip.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.rb', line 22

attribute :auth_url

#instance_nameString

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

Returns:

  • (String)

    The name of the instance to which the IP address should be assigned



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

attribute :instance_name

#internal_network_nameString?

Returns The name of the network of the port to associate with the floating ip. Necessary when VM multiple networks.

Returns:

  • (String, nil)

    The name of the network of the port to associate with the floating ip. Necessary when VM multiple networks.



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

attribute :internal_network_name

#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.rb', line 14

attribute :login_password

#login_tenant_nameString

Returns The tenant name of the login user.

Returns:

  • (String)

    The tenant name of the login user



18
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip.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.rb', line 10

attribute :login_username

#network_nameString

Returns Name of the network from which IP has to be assigned to VM. Please make sure the network is an external network.

Returns:

  • (String)

    Name of the network from which IP has to be assigned to VM. Please make sure the network is an external network



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

attribute :network_name

#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.rb', line 26

attribute :region_name

#state:present, ...

Returns Indicate desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



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

attribute :state