Class: Ansible::Ruby::Modules::Keystone_user
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Keystone_user
- Defined in:
- lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb
Overview
Manage users,tenants, roles from OpenStack.
Instance Method Summary collapse
-
#email ⇒ Object?
An email address for the user.
-
#endpoint ⇒ String?
The keystone url for authentication.
-
#login_password ⇒ String?
Password of login user.
-
#login_tenant_name ⇒ Object?
The tenant login_user belongs to.
-
#login_user ⇒ String?
Login username to authenticate to keystone.
-
#password ⇒ String?
The password to be assigned to the user.
-
#role ⇒ String?
The name of the role to be assigned or created.
-
#state ⇒ :present, ...
Indicate desired state of the resource.
-
#tenant ⇒ String?
The tenant name that has be added/removed.
-
#tenant_description ⇒ String?
A description for the tenant.
-
#token ⇒ Object?
The token to be uses in case the password is not specified.
-
#user ⇒ String?
The name of the user that has to added/removed from OpenStack.
Methods inherited from Base
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
#email ⇒ Object?
Returns An email address for the user.
45 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 45 attribute :email |
#endpoint ⇒ String?
Returns The keystone url for authentication.
25 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 25 attribute :endpoint |
#login_password ⇒ String?
Returns Password of login user.
15 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 15 attribute :login_password |
#login_tenant_name ⇒ Object?
Returns The tenant login_user belongs to.
19 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 19 attribute :login_tenant_name |
#login_user ⇒ String?
Returns login username to authenticate to keystone.
11 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 11 attribute :login_user |
#password ⇒ String?
Returns The password to be assigned to the user.
33 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 33 attribute :password |
#role ⇒ String?
Returns The name of the role to be assigned or created.
48 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 48 attribute :role |
#state ⇒ :present, ...
Returns Indicate desired state of the resource.
52 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 52 attribute :state |
#tenant ⇒ String?
Returns The tenant name that has be added/removed.
37 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 37 attribute :tenant |
#tenant_description ⇒ String?
Returns A description for the tenant.
41 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 41 attribute :tenant_description |
#token ⇒ Object?
Returns The token to be uses in case the password is not specified.
22 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 22 attribute :token |
#user ⇒ String?
Returns The name of the user that has to added/removed from OpenStack.
29 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 29 attribute :user |