Class: Ansible::Ruby::Modules::Quantum_subnet
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Quantum_subnet
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb
Overview
Add/remove subnet from a network
Instance Method Summary collapse
-
#allocation_pool_end ⇒ Object?
From the subnet pool the last IP that should be assigned to the virtual machines.
-
#allocation_pool_start ⇒ Object?
From the subnet pool the starting address from which the IP should be allocated.
-
#auth_url ⇒ String?
The keystone URL for authentication.
-
#cidr ⇒ String
The CIDR representation of the subnet that should be assigned to the subnet.
-
#dns_nameservers ⇒ Object?
DNS nameservers for this subnet, comma-separated.
-
#enable_dhcp ⇒ Boolean?
Whether DHCP should be enabled for this subnet.
-
#gateway_ip ⇒ Object?
The ip that would be assigned to the gateway for this subnet.
-
#ip_version ⇒ Integer?
The IP version of the subnet 4 or 6.
-
#login_password ⇒ Boolean
Password of login user.
-
#login_tenant_name ⇒ Boolean
The tenant name of the login user.
-
#login_username ⇒ String
Login username to authenticate to keystone.
-
#name ⇒ String
The name of the subnet that should be created.
-
#network_name ⇒ String
Name of the network to which the subnet should be attached.
-
#region_name ⇒ Object?
Name of the region.
-
#state ⇒ :present, ...
Indicate desired state of the resource.
-
#tenant_name ⇒ String?
The name of the tenant for whom the subnet should be 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
#allocation_pool_end ⇒ Object?
67 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 67 attribute :allocation_pool_end |
#allocation_pool_start ⇒ Object?
64 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 64 attribute :allocation_pool_start |
#auth_url ⇒ String?
23 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 23 attribute :auth_url |
#cidr ⇒ String
42 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 42 attribute :cidr |
#dns_nameservers ⇒ Object?
61 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 61 attribute :dns_nameservers |
#enable_dhcp ⇒ Boolean?
54 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 54 attribute :enable_dhcp |
#gateway_ip ⇒ Object?
58 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 58 attribute :gateway_ip |
#ip_version ⇒ Integer?
50 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 50 attribute :ip_version |
#login_password ⇒ Boolean
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 15 attribute :login_password |
#login_tenant_name ⇒ Boolean
19 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 19 attribute :login_tenant_name |
#login_username ⇒ String
11 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 11 attribute :login_username |
#name ⇒ String
38 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 38 attribute :name |
#network_name ⇒ String
34 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 34 attribute :network_name |
#region_name ⇒ Object?
27 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 27 attribute :region_name |
#state ⇒ :present, ...
30 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 30 attribute :state |
#tenant_name ⇒ String?
46 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 46 attribute :tenant_name |