Class: Aws::Panorama::Types::NetworkPayload
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::NetworkPayload
- 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
-
#ethernet_0 ⇒ Types::EthernetPayload
Settings for Ethernet port 0.
-
#ethernet_1 ⇒ Types::EthernetPayload
Settings for Ethernet port 1.
-
#ntp ⇒ Types::NtpPayload
Network time protocol (NTP) server settings.
Instance Attribute Details
#ethernet_0 ⇒ Types::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_1 ⇒ Types::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 |
#ntp ⇒ Types::NtpPayload
Network time protocol (NTP) server settings.
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 |