Class: Aws::Panorama::Types::NtpPayload
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::NtpPayload
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
Network time protocol (NTP) server settings. Use this option to connect to local NTP servers instead of ‘pool.ntp.org`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ntp_servers ⇒ Array<String>
NTP servers to use, in order of preference.
Instance Attribute Details
#ntp_servers ⇒ Array<String>
NTP servers to use, in order of preference.
2224 2225 2226 2227 2228 |
# File 'lib/aws-sdk-panorama/types.rb', line 2224 class NtpPayload < Struct.new( :ntp_servers) SENSITIVE = [] include Aws::Structure end |