Class: Ansible::Ruby::Modules::Na_elementsw_admin_users
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_elementsw_admin_users
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_admin_users.rb
Overview
Create, destroy, or update admin users on SolidFire
Instance Method Summary collapse
-
#acceptEula ⇒ Symbol?
Boolean, true for accepting Eula, False Eula.
-
#access ⇒ Array<String>, ...
A list of type the admin has access to.
-
#element_password ⇒ String?
The password for the new admin account.
-
#element_username ⇒ String
Unique username for this account.
-
#state ⇒ :present, :absent
Whether the specified account should exist or not.
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
#acceptEula ⇒ Symbol?
Returns Boolean, true for accepting Eula, False Eula.
24 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_admin_users.rb', line 24 attribute :acceptEula |
#access ⇒ Array<String>, ...
Returns A list of type the admin has access to.
28 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_admin_users.rb', line 28 attribute :access |
#element_password ⇒ String?
Returns The password for the new admin account. Setting the password attribute will always reset your password, even if the password is the same.
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_admin_users.rb', line 20 attribute :element_password |
#element_username ⇒ String
Returns Unique username for this account. (May be 1 to 64 characters in length).
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_admin_users.rb', line 16 attribute :element_username |
#state ⇒ :present, :absent
Returns Whether the specified account should exist or not.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_elementsw_admin_users.rb', line 12 attribute :state |