Class: Ansible::Ruby::Modules::Quantum_network

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

Overview

Add or Remove network from OpenStack.

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

#admin_state_upBoolean?

Returns Whether the state should be marked as up or down.

Returns:

  • (Boolean, nil)

    Whether the state should be marked as up or down



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

attribute :admin_state_up

#auth_urlString?

Returns The keystone url for authentication.

Returns:

  • (String, nil)

    The keystone url for authentication



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

attribute :auth_url

#login_passwordString

Returns Password of login user.

Returns:

  • (String)

    Password of login user



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

attribute :login_password

#login_tenant_nameString

Returns The tenant name of the login user.

Returns:

  • (String)

    The tenant name of the login user



19
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.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_network.rb', line 11

attribute :login_username

#nameString

Returns Name to be assigned to the nework.

Returns:

  • (String)

    Name to be assigned to the nework



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

attribute :name

#provider_network_typeString?

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.

Returns:

  • (String, nil)

    The type of the network to be created, gre, vlan, local. Available types depend on the plugin. The Quantum service decides if not specified.



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

attribute :provider_network_type

#provider_physical_networkObject?

Returns The physical network which would realize the virtual network for flat and vlan networks.

Returns:

  • (Object, nil)

    The physical network which would realize the virtual network for flat and vlan networks.



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

attribute :provider_physical_network

#provider_segmentation_idString?

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.

Returns:

  • (String, nil)

    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



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

attribute :provider_segmentation_id

#region_nameObject?

Returns Name of the region.

Returns:

  • (Object, nil)

    Name of the region



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

attribute :region_name

#router_externalBoolean?

Returns If ‘yes’, specifies that the virtual network is a external network (public).

Returns:

  • (Boolean, nil)

    If ‘yes’, specifies that the virtual network is a external network (public).



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

attribute :router_external

#sharedBoolean?

Returns Whether this network is shared or not.

Returns:

  • (Boolean, nil)

    Whether this network is shared or not



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

attribute :shared

#state:present, ...

Returns Indicate desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



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

attribute :state

#tenant_nameString?

Returns The name of the tenant for whom the network is created.

Returns:

  • (String, nil)

    The name of the tenant for whom the network is created



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

attribute :tenant_name