Class: Ansible::Ruby::Modules::Na_ontap_ntp
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Na_ontap_ntp
- Defined in:
- lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_ntp.rb
Overview
Create or delete or modify NTP server in ONTAP
Instance Method Summary collapse
-
#server_name ⇒ Object
The name of the NTP server to manage.
-
#state ⇒ :present, ...
Whether the specified NTP server should exist or not.
-
#version ⇒ :auto, ...
Give version for NTP server.
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
#server_name ⇒ Object
Returns The name of the NTP server to manage.
16 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_ntp.rb', line 16 attribute :server_name |
#state ⇒ :present, ...
Returns Whether the specified NTP server should exist or not.
12 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_ntp.rb', line 12 attribute :state |
#version ⇒ :auto, ...
Returns give version for NTP server.
20 |
# File 'lib/ansible/ruby/modules/generated/storage/netapp/na_ontap_ntp.rb', line 20 attribute :version |