Class: Aws::Panorama::Types::NtpPayload

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/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

Instance Attribute Details

#ntp_serversArray<String>

NTP servers to use, in order of preference.

Returns:

  • (Array<String>)


2224
2225
2226
2227
2228
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2224

class NtpPayload < Struct.new(
  :ntp_servers)
  SENSITIVE = []
  include Aws::Structure
end