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
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, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#allocation_pool_end ⇒ Object?
Returns From the subnet pool the last IP that should be assigned to the virtual machines.
66 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 66 attribute :allocation_pool_end |
#allocation_pool_start ⇒ Object?
Returns From the subnet pool the starting address from which the IP should be allocated.
63 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 63 attribute :allocation_pool_start |
#auth_url ⇒ String?
Returns The keystone URL for authentication.
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 22 attribute :auth_url |
#cidr ⇒ String
Returns The CIDR representation of the subnet that should be assigned to the subnet.
41 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 41 attribute :cidr |
#dns_nameservers ⇒ Object?
Returns DNS nameservers for this subnet, comma-separated.
60 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 60 attribute :dns_nameservers |
#enable_dhcp ⇒ Boolean?
Returns Whether DHCP should be enabled for this subnet.
53 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 53 attribute :enable_dhcp |
#gateway_ip ⇒ Object?
Returns The ip that would be assigned to the gateway for this subnet.
57 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 57 attribute :gateway_ip |
#ip_version ⇒ Integer?
Returns The IP version of the subnet 4 or 6.
49 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 49 attribute :ip_version |
#login_password ⇒ Boolean
Returns Password of login user.
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 14 attribute :login_password |
#login_tenant_name ⇒ Boolean
Returns The tenant name of the login user.
18 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.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_subnet.rb', line 10 attribute :login_username |
#name ⇒ String
Returns The name of the subnet that should be created.
37 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 37 attribute :name |
#network_name ⇒ String
Returns Name of the network to which the subnet should be attached.
33 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 33 attribute :network_name |
#region_name ⇒ Object?
Returns Name of the region.
26 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 26 attribute :region_name |
#state ⇒ :present, ...
Returns Indicate desired state of the resource.
29 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 29 attribute :state |
#tenant_name ⇒ String?
Returns The name of the tenant for whom the subnet should be created.
45 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 45 attribute :tenant_name |