Class: Aws::IoTFleetWise::Types::NetworkInterface

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

Overview

Represents a node and its specifications in an in-vehicle communication network. All signal decoders must be associated with a network node.

To return this information about all the network interfaces specified in a decoder manifest, use the API operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#can_interfaceTypes::CanInterface

Information about a network interface specified by the Controller Area Network (CAN) protocol.

Returns:



2909
2910
2911
2912
2913
2914
2915
2916
2917
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2909

class NetworkInterface < Struct.new(
  :interface_id,
  :type,
  :can_interface,
  :obd_interface,
  :vehicle_middleware)
  SENSITIVE = []
  include Aws::Structure
end

#interface_idString

The ID of the network interface.

Returns:

  • (String)


2909
2910
2911
2912
2913
2914
2915
2916
2917
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2909

class NetworkInterface < Struct.new(
  :interface_id,
  :type,
  :can_interface,
  :obd_interface,
  :vehicle_middleware)
  SENSITIVE = []
  include Aws::Structure
end

#obd_interfaceTypes::ObdInterface

Information about a network interface specified by the On-board diagnostic (OBD) II protocol.

Returns:



2909
2910
2911
2912
2913
2914
2915
2916
2917
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2909

class NetworkInterface < Struct.new(
  :interface_id,
  :type,
  :can_interface,
  :obd_interface,
  :vehicle_middleware)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The network protocol for the vehicle. For example, CAN_SIGNAL specifies a protocol that defines how data is communicated between electronic control units (ECUs). OBD_SIGNAL specifies a protocol that defines how self-diagnostic data is communicated between ECUs.

Returns:

  • (String)


2909
2910
2911
2912
2913
2914
2915
2916
2917
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2909

class NetworkInterface < Struct.new(
  :interface_id,
  :type,
  :can_interface,
  :obd_interface,
  :vehicle_middleware)
  SENSITIVE = []
  include Aws::Structure
end

#vehicle_middlewareTypes::VehicleMiddleware

The vehicle middleware defined as a type of network interface. Examples of vehicle middleware include ROS2 and SOME/IP.



2909
2910
2911
2912
2913
2914
2915
2916
2917
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2909

class NetworkInterface < Struct.new(
  :interface_id,
  :type,
  :can_interface,
  :obd_interface,
  :vehicle_middleware)
  SENSITIVE = []
  include Aws::Structure
end