Class: Ansible::Ruby::Modules::Bigip_device_ntp

Inherits:
Base show all
Defined in:
lib/ansible/ruby/modules/generated/network/f5/bigip_device_ntp.rb

Overview

Manage NTP servers on a BIG-IP.

Instance Method Summary collapse

Methods inherited from Base

#ansible_name, #to_h

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

#ntp_serversArray<String>, ...

Returns A list of NTP servers to set on the device. At least one of C(ntp_servers) or C(timezone) is required.

Returns:

  • (Array<String>, String, nil)

    A list of NTP servers to set on the device. At least one of C(ntp_servers) or C(timezone) is required.



12
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_ntp.rb', line 12

attribute :ntp_servers

#state:absent, ...

Returns The state of the NTP servers on the system. When C(present), guarantees that the NTP servers are set on the system. When C(absent), removes the specified NTP servers from the device configuration.

Returns:

  • (:absent, :present, nil)

    The state of the NTP servers on the system. When C(present), guarantees that the NTP servers are set on the system. When C(absent), removes the specified NTP servers from the device configuration.



16
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_ntp.rb', line 16

attribute :state

#timezoneString?

Returns The timezone to set for NTP lookups. At least one of C(ntp_servers) or C(timezone) is required.

Returns:

  • (String, nil)

    The timezone to set for NTP lookups. At least one of C(ntp_servers) or C(timezone) is required.



20
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_ntp.rb', line 20

attribute :timezone