Class: Ansible::Ruby::Modules::Netapp_e_storage_system

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

Overview

Manage the arrays accessible via a NetApp Web Services Proxy for NetApp E-series storage arrays.

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 to authenticate with the SANtricity WebServices Proxy or embedded REST API.

Returns:

  • (String)

    The password to authenticate with the SANtricity WebServices Proxy or embedded REST API.



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

attribute :api_password

#api_urlString

Returns The url to the SANtricity WebServices Proxy or embedded REST API.

Returns:

  • (String)

    The url to the SANtricity WebServices Proxy or embedded REST API.



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

attribute :api_url

#api_usernameString

Returns The username to authenticate with the SANtricity WebServices Proxy or embedded REST API.

Returns:

  • (String)

    The username to authenticate with the SANtricity WebServices Proxy or embedded REST API.



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

attribute :api_username

#array_passwordObject?

Returns The management password of the array to manage, if set.

Returns:

  • (Object, nil)

    The management password of the array to manage, if set.



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

attribute :array_password

#array_wwnObject?

Returns The WWN of the array to manage. Only necessary if in-band managing multiple arrays on the same agent host. Mutually exclusive of controller_addresses parameter.

Returns:

  • (Object, nil)

    The WWN of the array to manage. Only necessary if in-band managing multiple arrays on the same agent host. Mutually exclusive of controller_addresses parameter.



40
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 40

attribute :array_wwn

#controller_addressesArray<String>, String

Returns The list addresses for the out-of-band management adapter or the agent host. Mutually exclusive of array_wwn parameter.

Returns:

  • (Array<String>, String)

    The list addresses for the out-of-band management adapter or the agent host. Mutually exclusive of array_wwn parameter.



36
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 36

attribute :controller_addresses

#enable_trace:yes, ...

Returns Enable trace logging for SYMbol calls to the storage system.

Returns:

  • (:yes, :no, nil)

    Enable trace logging for SYMbol calls to the storage system.



46
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 46

attribute :enable_trace

#meta_tagsObject?

Returns Optional meta tags to associate to this storage system.

Returns:

  • (Object, nil)

    Optional meta tags to associate to this storage system



50
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 50

attribute :meta_tags

#ssidString

Returns The ID of the array to manage. This value must be unique for each array.

Returns:

  • (String)

    The ID of the array to manage. This value must be unique for each array.



28
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 28

attribute :ssid

#state:present, :absent

Returns Whether the specified array should be configured on the Web Services Proxy or not.

Returns:

  • (:present, :absent)

    Whether the specified array should be configured on the Web Services Proxy or not.



32
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 32

attribute :state

#validate_certs:yes, ...

Returns Should https certificates be validated?.

Returns:

  • (:yes, :no, nil)

    Should https certificates be validated?



24
# File 'lib/ansible/ruby/modules/generated/storage/netapp/netapp_e_storage_system.rb', line 24

attribute :validate_certs