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
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, #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.
44 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 44 attribute :email |
#endpoint ⇒ String?
Returns The keystone url for authentication.
24 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 24 attribute :endpoint |
#login_password ⇒ String?
Returns Password of login user.
14 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 14 attribute :login_password |
#login_tenant_name ⇒ Object?
Returns 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_user ⇒ String?
Returns login username to authenticate to keystone.
10 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 10 attribute :login_user |
#password ⇒ String?
Returns 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 |
#role ⇒ String?
Returns 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.
51 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 51 attribute :state |
#tenant ⇒ String?
Returns 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_description ⇒ String?
Returns A description for the tenant.
40 |
# File 'lib/ansible/ruby/modules/generated/core/cloud/openstack/keystone_user.rb', line 40 attribute :tenant_description |
#token ⇒ Object?
Returns 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 |
#user ⇒ String?
Returns 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 |