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/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 ⇒ String?
Email of the user to be created if account did not exist.,Required on C(state=present).
-
#first_name ⇒ String?
First name of the user to be created if account did not exist.,Required on C(state=present).
-
#last_name ⇒ String?
Last name of the user to be created if account did not exist.,Required on C(state=present).
-
#name ⇒ String
Name of account.
-
#network_domain ⇒ Object?
Network domain of the account.
-
#password ⇒ String?
Password of the user to be created if account did not exist.,Required on C(state=present).
-
#poll_async ⇒ :yes, ...
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 ⇒ String?
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, fix_inclusion, #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.
42 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_account.rb', line 42 attribute :account_type |
#domain ⇒ String?
Returns Domain the account is related to.
46 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_account.rb', line 46 attribute :domain |
#email ⇒ String?
Returns Email of the user to be created if account did not exist.,Required on C(state=present).
32 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_account.rb', line 32 attribute :email |
#first_name ⇒ String?
Returns First name of the user to be created if account did not exist.,Required on C(state=present).
24 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_account.rb', line 24 attribute :first_name |
#last_name ⇒ String?
Returns Last name of the user to be created if account did not exist.,Required on C(state=present).
28 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_account.rb', line 28 attribute :last_name |
#name ⇒ String
Returns Name of account.
12 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_account.rb', line 12 attribute :name |
#network_domain ⇒ Object?
Returns Network domain of the account.
39 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_account.rb', line 39 attribute :network_domain |
#password ⇒ String?
Returns Password of the user to be created if account did not exist.,Required on C(state=present).
20 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_account.rb', line 20 attribute :password |
#poll_async ⇒ :yes, ...
Returns Poll async jobs until job has finished.
54 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_account.rb', line 54 attribute :poll_async |
#state ⇒ :present, ...
Returns State of the account.,C(unlocked) is an alias for C(enabled).
50 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_account.rb', line 50 attribute :state |
#timezone ⇒ Object?
Returns Timezone of the user to be created if account did not exist.
36 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_account.rb', line 36 attribute :timezone |
#username ⇒ String?
Returns Username of the user to be created if account did not exist.,Required on C(state=present).
16 |
# File 'lib/ansible/ruby/modules/generated/cloud/cloudstack/cs_account.rb', line 16 attribute :username |