Class: Ansible::Ruby::Modules::Keystone_user

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

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, #to_h, validates

Constructor Details

This class inherits a constructor from Ansible::Ruby::Models::Base

Instance Method Details

#emailObject?

Returns An email address for the user.

Returns:

  • (Object, nil)

    An email address for the user



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

attribute :email

#endpointString?

Returns The keystone url for authentication.

Returns:

  • (String, nil)

    The keystone url for authentication



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

attribute :endpoint

#login_passwordString?

Returns Password of login user.

Returns:

  • (String, nil)

    Password of login user



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

attribute :login_password

#login_tenant_nameObject?

Returns The tenant login_user belongs to.

Returns:

  • (Object, nil)

    The tenant login_user belongs to



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

attribute :login_tenant_name

#login_userString?

Returns login username to authenticate to keystone.

Returns:

  • (String, nil)

    login username to authenticate to keystone



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

attribute :login_user

#passwordString?

Returns The password to be assigned to the user.

Returns:

  • (String, nil)

    The password to be assigned to the user



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

attribute :password

#roleString?

Returns The name of the role to be assigned or created.

Returns:

  • (String, nil)

    The name of the role to be assigned or created



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

attribute :role

#state:present, ...

Returns Indicate desired state of the resource.

Returns:

  • (:present, :absent, nil)

    Indicate desired state of the resource



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

attribute :state

#tenantString?

Returns The tenant name that has be added/removed.

Returns:

  • (String, nil)

    The tenant name that has be added/removed



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

attribute :tenant

#tenant_descriptionString?

Returns A description for the tenant.

Returns:

  • (String, nil)

    A description for the tenant



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

attribute :tenant_description

#tokenObject?

Returns The token to be uses in case the password is not specified.

Returns:

  • (Object, nil)

    The token to be uses in case the password is not specified



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

attribute :token

#userString?

Returns The name of the user that has to added/removed from OpenStack.

Returns:

  • (String, nil)

    The name of the user that has to added/removed from OpenStack



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

attribute :user