Class: Aws::Panorama::Types::EthernetPayload

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

Overview

A device's network configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_typeString

How the device gets an IP address.

Returns:

  • (String)


1340
1341
1342
1343
1344
1345
# File 'gems/aws-sdk-panorama/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_infoTypes::StaticIpConnectionInfo

Network configuration for a static IP connection.



1340
1341
1342
1343
1344
1345
# File 'gems/aws-sdk-panorama/lib/aws-sdk-panorama/types.rb', line 1340

class EthernetPayload < Struct.new(
  :connection_type,
  :static_ip_connection_info)
  SENSITIVE = []
  include Aws::Structure
end