Class: Aws::Panorama::Types::EthernetStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Panorama::Types::EthernetStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-panorama/types.rb
Overview
A device’s Ethernet status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_status ⇒ String
The device’s connection status.
-
#hw_address ⇒ String
The device’s physical address.
-
#ip_address ⇒ String
The device’s IP address.
Instance Attribute Details
#connection_status ⇒ String
The device’s connection status.
1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-panorama/types.rb', line 1363 class EthernetStatus < Struct.new( :connection_status, :hw_address, :ip_address) SENSITIVE = [] include Aws::Structure end |
#hw_address ⇒ String
The device’s physical address.
1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-panorama/types.rb', line 1363 class EthernetStatus < Struct.new( :connection_status, :hw_address, :ip_address) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The device’s IP address.
1363 1364 1365 1366 1367 1368 1369 |
# File 'lib/aws-sdk-panorama/types.rb', line 1363 class EthernetStatus < Struct.new( :connection_status, :hw_address, :ip_address) SENSITIVE = [] include Aws::Structure end |