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

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

Overview

Add/remove subnet from a network

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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_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



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

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



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

attribute :allocation_pool_start

#auth_urlString?

Returns The keystone URL for authentication.

Returns:

  • (String, nil)

    The keystone URL for authentication



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

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



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

attribute :cidr

#dns_nameserversObject?

Returns DNS nameservers for this subnet, comma-separated.

Returns:

  • (Object, nil)

    DNS nameservers for this subnet, comma-separated



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

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.



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

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



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

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



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

attribute :ip_version

#login_passwordBoolean

Returns Password of login user.

Returns:

  • (Boolean)

    Password of login user



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

attribute :login_password

#login_tenant_nameBoolean

Returns The tenant name of the login user.

Returns:

  • (Boolean)

    The tenant name of the login user



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

attribute :login_tenant_name

#login_usernameString

Returns login username to authenticate to keystone.

Returns:

  • (String)

    login username to authenticate to keystone



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

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



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

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



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

attribute :network_name

#region_nameObject?

Returns Name of the region.

Returns:

  • (Object, nil)

    Name of the region



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

attribute :region_name

#state:present, ...

Returns Indicate desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



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

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



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

attribute :tenant_name