Class: Ansible::Ruby::Modules::Quantum_floating_ip_associate
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Quantum_floating_ip_associate
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb
Overview
Associates or disassociates a specific floating IP with a particular instance
Instance Method Summary collapse
-
#auth_url ⇒ String?
The keystone url for authentication.
-
#instance_name ⇒ String
Name of the instance to which the public IP should be assigned.
-
#ip_address ⇒ String
Floating ip that should be assigned to the instance.
-
#login_password ⇒ String
Password of login user.
-
#login_tenant_name ⇒ Boolean
The tenant name of the login user.
-
#login_username ⇒ String
Login username to authenticate to keystone.
-
#region_name ⇒ Object?
Name of the region.
-
#state ⇒ :present, ...
Indicates the 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_associate.rb', line 23 attribute :auth_url |
#instance_name ⇒ String
Returns name of the instance to which the public IP should be assigned.
34 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb', line 34 attribute :instance_name |
#ip_address ⇒ String
Returns floating ip that should be assigned to the instance.
38 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb', line 38 attribute :ip_address |
#login_password ⇒ String
Returns password of login user.
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb', line 15 attribute :login_password |
#login_tenant_name ⇒ Boolean
Returns the tenant name of the login user.
19 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.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_associate.rb', line 11 attribute :login_username |
#region_name ⇒ Object?
Returns name of the region.
27 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb', line 27 attribute :region_name |
#state ⇒ :present, ...
Returns indicates the desired state of the resource.
30 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_floating_ip_associate.rb', line 30 attribute :state |