Class: Ansible::Ruby::Modules::Quantum_router
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Quantum_router
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router.rb
Overview
Create or Delete routers from OpenStack
Instance Method Summary collapse
-
#admin_state_up ⇒ Boolean?
Desired admin state of the created router .
-
#auth_url ⇒ String?
The keystone url for authentication.
-
#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.
-
#name ⇒ String
Name to be give to the router.
-
#region_name ⇒ Object?
Name of the region.
-
#state ⇒ :present, ...
Indicate desired state of the resource.
-
#tenant_name ⇒ Object?
Name of the tenant for which the router has to be created, if none router would be created for the login tenant.
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
#admin_state_up ⇒ Boolean?
Returns desired admin state of the created router .
41 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router.rb', line 41 attribute :admin_state_up |
#auth_url ⇒ String?
Returns The keystone url for authentication.
23 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router.rb', line 23 attribute :auth_url |
#login_password ⇒ String
Returns Password of login user.
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router.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_router.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_router.rb', line 11 attribute :login_username |
#name ⇒ String
Returns Name to be give to the router.
34 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router.rb', line 34 attribute :name |
#region_name ⇒ Object?
Returns Name of the region.
27 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router.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_router.rb', line 30 attribute :state |
#tenant_name ⇒ Object?
Returns Name of the tenant for which the router has to be created, if none router would be created for the login tenant.
38 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router.rb', line 38 attribute :tenant_name |