Class: Ansible::Ruby::Modules::Quantum_router_gateway
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Quantum_router_gateway
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router_gateway.rb
Instance Method Summary collapse
-
#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.
-
#network_name ⇒ String
Name of the external network which should be attached to the router.
-
#region_name ⇒ Object?
Name of the region.
-
#router_name ⇒ String
Name of the router to which the gateway should be attached.
-
#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, #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.
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router_gateway.rb', line 22 attribute :auth_url |
#login_password ⇒ String
Returns Password of login user.
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router_gateway.rb', line 14 attribute :login_password |
#login_tenant_name ⇒ String
Returns The tenant name of the login user.
18 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router_gateway.rb', line 18 attribute :login_tenant_name |
#login_username ⇒ String
Returns login username to authenticate to keystone.
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router_gateway.rb', line 10 attribute :login_username |
#network_name ⇒ String
Returns Name of the external network which should be attached to the router.
37 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router_gateway.rb', line 37 attribute :network_name |
#region_name ⇒ Object?
Returns Name of the region.
26 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router_gateway.rb', line 26 attribute :region_name |
#router_name ⇒ String
Returns Name of the router to which the gateway should be attached.
33 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router_gateway.rb', line 33 attribute :router_name |
#state ⇒ :present, ...
Returns Indicate desired state of the resource.
29 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_router_gateway.rb', line 29 attribute :state |