Class: Ansible::Ruby::Modules::Quantum_network
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Quantum_network
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb
Overview
Add or Remove network from OpenStack.
Instance Method Summary collapse
-
#admin_state_up ⇒ Boolean?
Whether the state should be marked as up or down.
-
#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 assigned to the nework.
-
#provider_network_type ⇒ String?
The type of the network to be created, gre, vlan, local.
-
#provider_physical_network ⇒ Object?
The physical network which would realize the virtual network for flat and vlan networks.
-
#provider_segmentation_id ⇒ String?
The id that has to be assigned to the network, in case of vlan networks that would be vlan id and for gre the tunnel id.
-
#region_name ⇒ Object?
Name of the region.
-
#router_external ⇒ Boolean?
If ‘yes’, specifies that the virtual network is a external network (public).
-
#shared ⇒ Boolean?
Whether this network is shared or not.
-
#state ⇒ :present, ...
Indicate desired state of the resource.
-
#tenant_name ⇒ String?
The name of the tenant for whom the network is created.
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 Whether the state should be marked as up or down.
61 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 61 attribute :admin_state_up |
#auth_url ⇒ String?
Returns The keystone url for authentication.
27 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 27 attribute :auth_url |
#login_password ⇒ String
Returns Password of login user.
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.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_network.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_network.rb', line 11 attribute :login_username |
#name ⇒ String
Returns Name to be assigned to the nework.
38 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 38 attribute :name |
#provider_network_type ⇒ String?
Returns The type of the network to be created, gre, vlan, local. Available types depend on the plugin. The Quantum service decides if not specified.
42 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 42 attribute :provider_network_type |
#provider_physical_network ⇒ Object?
Returns The physical network which would realize the virtual network for flat and vlan networks.
46 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 46 attribute :provider_physical_network |
#provider_segmentation_id ⇒ String?
Returns The id that has to be assigned to the network, in case of vlan networks that would be vlan id and for gre the tunnel id.
49 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 49 attribute :provider_segmentation_id |
#region_name ⇒ Object?
Returns Name of the region.
31 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 31 attribute :region_name |
#router_external ⇒ Boolean?
Returns If ‘yes’, specifies that the virtual network is a external network (public).
53 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 53 attribute :router_external |
#shared ⇒ Boolean?
Returns Whether this network is shared or not.
57 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 57 attribute :shared |
#state ⇒ :present, ...
Returns Indicate desired state of the resource.
34 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 34 attribute :state |
#tenant_name ⇒ String?
Returns The name of the tenant for whom the network is created.
23 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 23 attribute :tenant_name |