Class: Ansible::Ruby::Modules::Netapp_e_auth

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auth.rb

Overview

Sets or updates the password for a storage array. When the password is updated on the storage array, it must be updated on the SANtricity Web Services proxy. Note, all storage arrays do not have a Monitor or RO role.

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

#api_passwordString?

Returns The password used to authenticate against the API,This can optionally be set via an environment variable, API_PASSWORD.

Returns:

  • (String, nil)

    The password used to authenticate against the API,This can optionally be set via an environment variable, API_PASSWORD



43
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auth.rb', line 43

attribute :api_password

#api_urlString?

Returns The full API url.,Example: ENDPOINT:8080/devmgr/v2,This can optionally be set via an environment variable, API_URL.

Returns:



35
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auth.rb', line 35

attribute :api_url

#api_usernameString?

Returns The username used to authenticate against the API,This can optionally be set via an environment variable, API_USERNAME.

Returns:

  • (String, nil)

    The username used to authenticate against the API,This can optionally be set via an environment variable, API_USERNAME



39
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auth.rb', line 39

attribute :api_username

#current_passwordString?

Returns The current admin password. This is not required if the password hasn’t been set before.

Returns:

  • (String, nil)

    The current admin password. This is not required if the password hasn’t been set before.



27
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auth.rb', line 27

attribute :current_password

#nameString?

Returns The name of the storage array. Note that if more than one storage array with this name is detected, the task will fail and you’ll have to use the ID instead.

Returns:

  • (String, nil)

    The name of the storage array. Note that if more than one storage array with this name is detected, the task will fail and you’ll have to use the ID instead.



16
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auth.rb', line 16

attribute :name

#new_passwordString

Returns The password you would like to set. Cannot be more than 30 characters.

Returns:

  • (String)

    The password you would like to set. Cannot be more than 30 characters.



31
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auth.rb', line 31

attribute :new_password

#set_adminBoolean?

Returns Boolean value on whether to update the admin password. If set to false then the RO account is updated.

Returns:

  • (Boolean, nil)

    Boolean value on whether to update the admin password. If set to false then the RO account is updated.



23
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auth.rb', line 23

attribute :set_admin

#ssidObject?

Returns the identifier of the storage array in the Web Services Proxy.

Returns:

  • (Object, nil)

    the identifier of the storage array in the Web Services Proxy.



20
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auth.rb', line 20

attribute :ssid

#validate_certsBoolean?

Returns Should https certificates be validated?.

Returns:

  • (Boolean, nil)

    Should https certificates be validated?



12
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_auth.rb', line 12

attribute :validate_certs