Class: Ansible::Ruby::Modules::Na_ontap_ntp

Inherits:
Base show all
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

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

#server_nameObject

Returns The name of the NTP server to manage.

Returns:

  • (Object)

    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.

Returns:

  • (:present, :absent, nil)

    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.

Returns:

  • (:auto, 3, 4, nil)

    give version for NTP server



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

attribute :version