Class: Aws::Panorama::Types::NetworkStatus

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

Overview

The network status of a device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ethernet_0_statusTypes::EthernetStatus

The status of Ethernet port 0.



1962
1963
1964
1965
1966
1967
1968
1969
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1962

class NetworkStatus < Struct.new(
  :ethernet_0_status,
  :ethernet_1_status,
  :last_updated_time,
  :ntp_status)
  SENSITIVE = []
  include Aws::Structure
end

#ethernet_1_statusTypes::EthernetStatus

The status of Ethernet port 1.



1962
1963
1964
1965
1966
1967
1968
1969
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1962

class NetworkStatus < Struct.new(
  :ethernet_0_status,
  :ethernet_1_status,
  :last_updated_time,
  :ntp_status)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTime

When the network status changed.

Returns:

  • (Time)


1962
1963
1964
1965
1966
1967
1968
1969
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1962

class NetworkStatus < Struct.new(
  :ethernet_0_status,
  :ethernet_1_status,
  :last_updated_time,
  :ntp_status)
  SENSITIVE = []
  include Aws::Structure
end

#ntp_statusTypes::NtpStatus

Details about a network time protocol (NTP) server connection.

Returns:



1962
1963
1964
1965
1966
1967
1968
1969
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1962

class NetworkStatus < Struct.new(
  :ethernet_0_status,
  :ethernet_1_status,
  :last_updated_time,
  :ntp_status)
  SENSITIVE = []
  include Aws::Structure
end