Class: Ansible::Ruby::Modules::Quantum_subnet

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb

Instance Method Summary collapse

Methods inherited from Base

#to_h

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_endObject?

Returns From the subnet pool the last IP that should be assigned to the virtual machines.

Returns:

  • (Object, nil)

    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_startObject?

Returns From the subnet pool the starting address from which the IP should be allocated.

Returns:

  • (Object, nil)

    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_urlString?

Returns The keystone URL for authentication.

Returns:

  • (String, nil)

    The keystone URL for authentication



22
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 22

attribute :auth_url

#cidrString

Returns The CIDR representation of the subnet that should be assigned to the subnet.

Returns:

  • (String)

    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_nameserversObject?

Returns DNS nameservers for this subnet, comma-separated.

Returns:

  • (Object, nil)

    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_dhcpBoolean?

Returns Whether DHCP should be enabled for this subnet.

Returns:

  • (Boolean, nil)

    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_ipObject?

Returns The ip that would be assigned to the gateway for this subnet.

Returns:

  • (Object, nil)

    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_versionInteger?

Returns The IP version of the subnet 4 or 6.

Returns:

  • (Integer, nil)

    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_passwordBoolean

Returns Password of login user.

Returns:

  • (Boolean)

    Password of login user



14
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 14

attribute :login_password

#login_tenant_nameBoolean

Returns The tenant name of the login user.

Returns:

  • (Boolean)

    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_usernameString

Returns login username to authenticate to keystone.

Returns:

  • (String)

    login username to authenticate to keystone



10
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 10

attribute :login_username

#nameString

Returns The name of the subnet that should be created.

Returns:

  • (String)

    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_nameString

Returns Name of the network to which the subnet should be attached.

Returns:

  • (String)

    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_nameObject?

Returns Name of the region.

Returns:

  • (Object, nil)

    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.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



29
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_subnet.rb', line 29

attribute :state

#tenant_nameString?

Returns The name of the tenant for whom the subnet should be created.

Returns:

  • (String, nil)

    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