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

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/core/cloud/openstack/quantum_network.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

#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



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

attribute :admin_state_up

#auth_urlString?

Returns The keystone url for authentication.

Returns:

  • (String, nil)

    The keystone url for authentication



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

attribute :auth_url

#login_passwordString

Returns Password of login user.

Returns:

  • (String)

    Password of login user



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

attribute :login_password

#login_tenant_nameString

Returns The tenant name of the login user.

Returns:

  • (String)

    The tenant name of the login user



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

attribute :login_username

#nameString

Returns Name to be assigned to the nework.

Returns:

  • (String)

    Name to be assigned to the nework



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

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.



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

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.



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

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



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

attribute :provider_segmentation_id

#region_nameObject?

Returns Name of the region.

Returns:

  • (Object, nil)

    Name of the region



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

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).



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

attribute :router_external

#sharedBoolean?

Returns Whether this network is shared or not.

Returns:

  • (Boolean, nil)

    Whether this network is shared or not



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

attribute :shared

#state:present, ...

Returns Indicate desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



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

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



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

attribute :tenant_name