Class: Ansible::Ruby::Modules::Na_elementsw_admin_users

Inherits:
Base show all
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

Methods inherited from Base

#ansible_name, #to_h

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

#acceptEulaSymbol?

Returns Boolean, true for accepting Eula, False Eula.

Returns:

  • (Symbol, nil)

    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

#accessArray<String>, ...

Returns A list of type the admin has access to.

Returns:

  • (Array<String>, String, nil)

    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_passwordString?

Returns The password for the new admin account. Setting the password attribute will always reset your password, even if the password is the same.

Returns:

  • (String, nil)

    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_usernameString

Returns Unique username for this account. (May be 1 to 64 characters in length).

Returns:

  • (String)

    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.

Returns:

  • (:present, :absent)

    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