Class: Ansible::Ruby::Modules::Cs_account
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Cs_account
- Defined in:
- lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb
Overview
Create, disable, lock, enable and remove accounts.
Instance Method Summary collapse
-
#account_type ⇒ :user, ...
Type of the account.
-
#domain ⇒ String?
Domain the account is related to.
-
#email ⇒ Object?
Email of the user to be created if account did not exist.,Required on C(state=present).
-
#first_name ⇒ Object?
First name of the user to be created if account did not exist.,Required on C(state=present).
-
#last_name ⇒ Object?
Last name of the user to be created if account did not exist.,Required on C(state=present).
-
#name ⇒ Object
Name of account.
-
#network_domain ⇒ Object?
Network domain of the account.
-
#password ⇒ Object?
Password of the user to be created if account did not exist.,Required on C(state=present).
-
#poll_async ⇒ Boolean?
Poll async jobs until job has finished.
-
#state ⇒ :present, ...
State of the account.,C(unlocked) is an alias for C(enabled).
-
#timezone ⇒ Object?
Timezone of the user to be created if account did not exist.
-
#username ⇒ Object?
Username of the user to be created if account did not exist.,Required on C(state=present).
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
#account_type ⇒ :user, ...
Returns Type of the account.
36 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb', line 36 attribute :account_type |
#domain ⇒ String?
Returns Domain the account is related to.
40 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb', line 40 attribute :domain |
#email ⇒ Object?
Returns Email of the user to be created if account did not exist.,Required on C(state=present).
27 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb', line 27 attribute :email |
#first_name ⇒ Object?
Returns First name of the user to be created if account did not exist.,Required on C(state=present).
21 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb', line 21 attribute :first_name |
#last_name ⇒ Object?
Returns Last name of the user to be created if account did not exist.,Required on C(state=present).
24 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb', line 24 attribute :last_name |
#name ⇒ Object
Returns Name of account.
11 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb', line 11 attribute :name |
#network_domain ⇒ Object?
Returns Network domain of the account.
33 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb', line 33 attribute :network_domain |
#password ⇒ Object?
Returns Password of the user to be created if account did not exist.,Required on C(state=present).
18 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb', line 18 attribute :password |
#poll_async ⇒ Boolean?
Returns Poll async jobs until job has finished.
48 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb', line 48 attribute :poll_async |
#state ⇒ :present, ...
Returns State of the account.,C(unlocked) is an alias for C(enabled).
44 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb', line 44 attribute :state |
#timezone ⇒ Object?
Returns Timezone of the user to be created if account did not exist.
30 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb', line 30 attribute :timezone |
#username ⇒ Object?
Returns Username of the user to be created if account did not exist.,Required on C(state=present).
15 |
# File 'lib/ansible/ruby/modules/generated/extras/cloud/cloudstack/cs_account.rb', line 15 attribute :username |