Class: Ansible::Ruby::Modules::Sf_check_connections
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Sf_check_connections
- 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
-
#mvip ⇒ Object?
Optionally, use to test connection of a different MVIP.,This is not needed to test the connection to the target cluster.
-
#skip ⇒ :svip, ...
Skip checking connection to SVIP or MVIP.
-
#svip ⇒ Object?
Optionally, use to test connection of a different SVIP.,This is not needed to test the connection to the target cluster.
Methods inherited from Base
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
#mvip ⇒ Object?
Returns 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.
13 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/sf_check_connections.rb', line 13 attribute :skip |
#svip ⇒ Object?
Returns 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 |