Class: Ansible::Ruby::Modules::Sf_check_connections

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

Overview

Used to test the management connection to the cluster. The test pings the MVIP and SVIP, and executes a simple API method to verify connectivity.

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

#mvipObject?

Returns Optionally, use to test connection of a different MVIP.,This is not needed to test the connection to the target cluster.

Returns:

  • (Object, nil)

    Optionally, use to test connection of a different MVIP.,This is not needed to test the connection to the target cluster.



17
# File 'lib/ansible/ruby/modules/generated/storage/netapp/sf_check_connections.rb', line 17

attribute :mvip

#skip:svip, ...

Returns Skip checking connection to SVIP or MVIP.

Returns:

  • (:svip, :mvip, nil)

    Skip checking connection to SVIP or MVIP.



13
# File 'lib/ansible/ruby/modules/generated/storage/netapp/sf_check_connections.rb', line 13

attribute :skip

#svipObject?

Returns Optionally, use to test connection of a different SVIP.,This is not needed to test the connection to the target cluster.

Returns:

  • (Object, nil)

    Optionally, use to test connection of a different SVIP.,This is not needed to test the connection to the target cluster.



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

attribute :svip