Class: Ansible::Ruby::Modules::Quantum_floating_ip
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Quantum_floating_ip
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip.rb
Overview
Add or Remove a floating IP to an instance
Instance Method Summary collapse
-
#auth_url ⇒ String?
The keystone url for authentication.
-
#instance_name ⇒ String
The name of the instance to which the IP address should be assigned.
-
#internal_network_name ⇒ String?
The name of the network of the port to associate with the floating ip.
-
#login_password ⇒ String
Password of login user.
-
#login_tenant_name ⇒ String
The tenant name of the login user.
-
#login_username ⇒ String
Login username to authenticate to keystone.
-
#network_name ⇒ String
Name of the network from which IP has to be assigned to VM.
-
#region_name ⇒ Object?
Name of the region.
-
#state ⇒ :present, ...
Indicate desired state of the resource.
Methods inherited from Base
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
#auth_url ⇒ String?
Returns The keystone url for authentication.
23 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip.rb', line 23 attribute :auth_url |
#instance_name ⇒ String
Returns The name of the instance to which the IP address should be assigned.
38 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip.rb', line 38 attribute :instance_name |
#internal_network_name ⇒ String?
Returns The name of the network of the port to associate with the floating ip. Necessary when VM multiple networks.
42 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip.rb', line 42 attribute :internal_network_name |
#login_password ⇒ String
Returns Password of login user.
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip.rb', line 15 attribute :login_password |
#login_tenant_name ⇒ String
Returns The tenant name of the login user.
19 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip.rb', line 19 attribute :login_tenant_name |
#login_username ⇒ String
Returns login username to authenticate to keystone.
11 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip.rb', line 11 attribute :login_username |
#network_name ⇒ String
Returns Name of the network from which IP has to be assigned to VM. Please make sure the network is an external network.
34 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip.rb', line 34 attribute :network_name |
#region_name ⇒ Object?
Returns Name of the region.
27 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip.rb', line 27 attribute :region_name |
#state ⇒ :present, ...
Returns Indicate desired state of the resource.
30 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip.rb', line 30 attribute :state |