Class: Ansible::Ruby::Modules::Quantum_router_interface

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

Overview

Attach/Dettach a subnet interface to a router, to provide a gateway for the subnet.

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

#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_router_interface.rb', line 23

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_router_interface.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_router_interface.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_router_interface.rb', line 11

attribute :login_username

#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_router_interface.rb', line 27

attribute :region_name

#router_nameString

Returns Name of the router to which the subnet’s interface should be attached.

Returns:

  • (String)

    Name of the router to which the subnet’s interface should be attached.



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

attribute :router_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_router_interface.rb', line 30

attribute :state

#subnet_nameString

Returns Name of the subnet to whose interface should be attached to the router.

Returns:

  • (String)

    Name of the subnet to whose interface should be attached to the router.



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

attribute :subnet_name

#tenant_nameString?

Returns Name of the tenant whose subnet has to be attached.

Returns:

  • (String, nil)

    Name of the tenant whose subnet has to be attached.



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

attribute :tenant_name