Class: Ansible::Ruby::Modules::Win_ping
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Win_ping
- Defined in:
- lib/ansible/ruby/modules/generated/core/windows/win_ping.rb
Overview
Checks management connectivity of a windows host
Instance Method Summary collapse
-
#data ⇒ String?
Alternate data to return instead of ‘pong’.
Methods inherited from Base
Methods inherited from Ansible::Ruby::Models::Base
attr_option, attr_options, attribute, #initialize, remove_existing_validations, #to_h, validates
Constructor Details
This class inherits a constructor from Ansible::Ruby::Models::Base
Instance Method Details
#data ⇒ String?
Returns Alternate data to return instead of ‘pong’.
11 |
# File 'lib/ansible/ruby/modules/generated/core/windows/win_ping.rb', line 11 attribute :data |