Class: Aws::Panorama::Types::EthernetPayload
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::EthernetPayload
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
A device’s network configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_type ⇒ String
How the device gets an IP address.
-
#static_ip_connection_info ⇒ Types::StaticIpConnectionInfo
Network configuration for a static IP connection.
Instance Attribute Details
#connection_type ⇒ String
How the device gets an IP address.
1340 1341 1342 1343 1344 1345 |
# File 'lib/aws-sdk-panorama/types.rb', line 1340 class EthernetPayload < Struct.new( :connection_type, :static_ip_connection_info) SENSITIVE = [] include Aws::Structure end |
#static_ip_connection_info ⇒ Types::StaticIpConnectionInfo
Network configuration for a static IP connection.
1340 1341 1342 1343 1344 1345 |
# File 'lib/aws-sdk-panorama/types.rb', line 1340 class EthernetPayload < Struct.new( :connection_type, :static_ip_connection_info) SENSITIVE = [] include Aws::Structure end |