Class: Ansible::Ruby::Modules::Bigip_device_ntp
- Inherits:
-
Base
- Object
- Ansible::Ruby::Models::Base
- Base
- Ansible::Ruby::Modules::Bigip_device_ntp
- 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
-
#ntp_servers ⇒ Array<String>, ...
A list of NTP servers to set on the device.
-
#state ⇒ :absent, ...
The state of the NTP servers on the system.
-
#timezone ⇒ String?
The timezone to set for NTP lookups.
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
#ntp_servers ⇒ Array<String>, ...
12 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_ntp.rb', line 12 attribute :ntp_servers |
#state ⇒ :absent, ...
16 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_ntp.rb', line 16 attribute :state |
#timezone ⇒ String?
20 |
# File 'lib/ansible/ruby/modules/generated/network/f5/bigip_device_ntp.rb', line 20 attribute :timezone |