Class: Aws::Panorama::Types::EthernetStatus

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

Overview

A device's Ethernet status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_statusString

The device's connection status.

Returns:

  • (String)


1363
1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1363

class EthernetStatus < Struct.new(
  :connection_status,
  :hw_address,
  :ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#hw_addressString

The device's physical address.

Returns:

  • (String)


1363
1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1363

class EthernetStatus < Struct.new(
  :connection_status,
  :hw_address,
  :ip_address)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

The device's IP address.

Returns:

  • (String)


1363
1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1363

class EthernetStatus < Struct.new(
  :connection_status,
  :hw_address,
  :ip_address)
  SENSITIVE = []
  include Aws::Structure
end