Class: Aws::Panorama::Types::NtpStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb

Overview

Details about an NTP server connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_statusString

The connection's status.

Returns:

  • (String)


2246
2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2246

class NtpStatus < Struct.new(
  :connection_status,
  :ip_address,
  :ntp_server_name)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

The IP address of the server.

Returns:

  • (String)


2246
2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2246

class NtpStatus < Struct.new(
  :connection_status,
  :ip_address,
  :ntp_server_name)
  SENSITIVE = []
  include Aws::Structure
end

#ntp_server_nameString

The domain name of the server.

Returns:

  • (String)


2246
2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 2246

class NtpStatus < Struct.new(
  :connection_status,
  :ip_address,
  :ntp_server_name)
  SENSITIVE = []
  include Aws::Structure
end