Class: Ansible::Ruby::Modules::Netapp_e_amg_role

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

Overview

Update a storage array to become the primary or secondary instance in an asynchronous mirror group

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_amg_role.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_amg_role.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_amg_role.rb', line 12

attribute :api_username

#forceBoolean?

Returns Whether to force the role reversal regardless of the online-state of the primary.

Returns:

  • (Boolean, nil)

    Whether to force the role reversal regardless of the online-state of the primary



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

attribute :force

#noSyncSymbol?

Returns Whether to avoid synchronization prior to role reversal.

Returns:

  • (Symbol, nil)

    Whether to avoid synchronization prior to role reversal



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

attribute :noSync

#role:primary, :secondary

Returns Whether the array should be the primary or secondary array for the AMG.

Returns:

  • (:primary, :secondary)

    Whether the array should be the primary or secondary array for the AMG



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

attribute :role

#ssidString

Returns The ID of the primary storage array for the async mirror action.

Returns:

  • (String)

    The ID of the primary storage array for the async mirror action



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

attribute :ssid

#validate_certsBoolean?

Returns Should https certificates be validated?.

Returns:

  • (Boolean, nil)

    Should https certificates be validated?



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

attribute :validate_certs