Class: Aws::Panorama::Types::NetworkPayload

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

Overview

The network configuration for a device.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ethernet_0Types::EthernetPayload

Settings for Ethernet port 0.



1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1934

class NetworkPayload < Struct.new(
  :ethernet_0,
  :ethernet_1,
  :ntp)
  SENSITIVE = []
  include Aws::Structure
end

#ethernet_1Types::EthernetPayload

Settings for Ethernet port 1.



1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1934

class NetworkPayload < Struct.new(
  :ethernet_0,
  :ethernet_1,
  :ntp)
  SENSITIVE = []
  include Aws::Structure
end

#ntpTypes::NtpPayload

Network time protocol (NTP) server settings.

Returns:



1934
1935
1936
1937
1938
1939
1940
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1934

class NetworkPayload < Struct.new(
  :ethernet_0,
  :ethernet_1,
  :ntp)
  SENSITIVE = []
  include Aws::Structure
end