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
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, #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.
60 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 60 attribute :admin_state_up |
#auth_url ⇒ String?
Returns The keystone url for authentication.
26 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 26 attribute :auth_url |
#login_password ⇒ String
Returns Password of login user.
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.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_network.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_network.rb', line 10 attribute :login_username |
#name ⇒ String
Returns Name to be assigned to the nework.
37 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 37 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.
41 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 41 attribute :provider_network_type |
#provider_physical_network ⇒ Object?
Returns The physical network which would realize the virtual network for flat and vlan networks.
45 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 45 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.
48 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 48 attribute :provider_segmentation_id |
#region_name ⇒ Object?
Returns Name of the region.
30 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 30 attribute :region_name |
#router_external ⇒ Boolean?
Returns If ‘yes’, specifies that the virtual network is a external network (public).
52 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 52 attribute :router_external |
#shared ⇒ Boolean?
Returns Whether this network is shared or not.
56 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 56 attribute :shared |
#state ⇒ :present, ...
Returns Indicate desired state of the resource.
33 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 33 attribute :state |
#tenant_name ⇒ String?
Returns The name of the tenant for whom the network is created.
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.rb', line 22 attribute :tenant_name |