Skip to content

Class: Ethernet Port (EthernetPort)

A hardware ConnectionPoint that supports one of the Ethernet networking protocols as defined in the standard IEEE 802.3.

URI: base:EthernetPort

 classDiagram
    class EthernetPort
    click EthernetPort href "../EthernetPort/"
      ConnectionPoint <|-- EthernetPort
        click ConnectionPoint href "../ConnectionPoint/"

      EthernetPort : connection_point_type

      EthernetPort : id

      EthernetPort : mac_address

      EthernetPort : name

      EthernetPort : related_connection_points





        EthernetPort --> "*" RelatedConnectionPoint : related_connection_points
        click RelatedConnectionPoint href "../RelatedConnectionPoint/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
mac_address 1
String
The MAC address of the port direct
related_connection_points *
RelatedConnectionPoint
A connection point might rely on another connection point to work ConnectionPoint
connection_point_type 1
String
Type designator that provides support for polymorphism using connection point... ConnectionPoint
id 0..1
String
The identifier is used to identify the connection point within the asset ConnectionPoint
name 0..1
String
Name of the connection point ConnectionPoint

Identifier and Mapping Information

Schema Source

  • from schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml

Mappings

Mapping Type Mapped Value
self base:EthernetPort
native base:EthernetPort

LinkML Source

Direct

name: EthernetPort
description: A hardware ConnectionPoint that supports one of the Ethernet networking
  protocols as defined in the standard [IEEE 802.3](https://en.wikipedia.org/wiki/IEEE_802.3).
title: Ethernet Port
in_subset:
- Connectivity
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
is_a: ConnectionPoint
slots:
- mac_address
slot_usage:
  connection_point_type:
    name: connection_point_type
    equals_string: EthernetPort
  mac_address:
    name: mac_address
    required: true
defining_slots:
- mac_address

Induced

name: EthernetPort
description: A hardware ConnectionPoint that supports one of the Ethernet networking
  protocols as defined in the standard [IEEE 802.3](https://en.wikipedia.org/wiki/IEEE_802.3).
title: Ethernet Port
in_subset:
- Connectivity
from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
is_a: ConnectionPoint
slot_usage:
  connection_point_type:
    name: connection_point_type
    equals_string: EthernetPort
  mac_address:
    name: mac_address
    required: true
attributes:
  mac_address:
    name: mac_address
    description: 'The MAC address of the port. It is expected to be fixed, but in
      some ethernet ports it can be changed.

      An asset instance must provide for each ethernet port the default MAC address.'
    title: MAC address
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
    rank: 1000
    alias: mac_address
    owner: EthernetPort
    domain_of:
    - EthernetPort
    range: string
    required: true
    pattern: ^([0-9A-Fa-f]{2}[:-]){5}([0-9A-Fa-f]{2})$
  related_connection_points:
    name: related_connection_points
    description: 'A connection point might rely on another connection point to work.

      Examples: a TCP/IP connection can only work if there is some kind of connection
      point at physical level (e.g. Ethernet Port, Bluetooth Port), a container might
      be connected over a virtual ethernet to a software bridge, a software bridge
      might be directly connected to an ethernet port.

      This attribute enables modeling these kind of dependencies in a limited way.
      Other modeling mechanisms might be needed to model complex networking setups.'
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
    rank: 1000
    alias: related_connection_points
    owner: EthernetPort
    domain_of:
    - ConnectionPoint
    range: RelatedConnectionPoint
    multivalued: true
    inlined: false
  connection_point_type:
    name: connection_point_type
    description: Type designator that provides support for polymorphism using connection
      points.
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-read.yaml
    rank: 1000
    designates_type: true
    alias: connection_point_type
    owner: EthernetPort
    domain_of:
    - ConnectionPoint
    range: string
    required: true
    equals_string: EthernetPort
  id:
    name: id
    description: The identifier is used to identify the connection point within the
      asset. It shall be generated by the asset link. Setting this identifier is only
      needed if the connection point needs to be referenced by an other connection
      point as RelatedConnectionPoint.
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-connection-points.yaml
    slot_uri: schema:identifier
    alias: id
    owner: EthernetPort
    domain_of:
    - Asset
    - ConnectionPoint
    range: string
  name:
    name: name
    description: Name of the connection point. The name is provided by the Asset Link
      during the discovery process. Usually, the name is provided by the operating
      system of the asset or may be labeled on the asset itself.
    examples:
    - value: eth0
    from_schema: https://industrial-assets.io/schemas/iah/base-schema/released/v1/iah-base-connection-points.yaml
    alias: name
    owner: EthernetPort
    domain_of:
    - FunctionalObject
    - Organization
    - ConnectionPoint
    range: string
defining_slots:
- mac_address

Any questions left?

Ask the community