Skip to content

Class: Ipv4Connectivity

Configuration of an IP port. Please notice that the configuration of an IP address is independent of the Ethernet port configuration.

URI: base:Ipv4Connectivity

 classDiagram
    class Ipv4Connectivity
      ConnectionPoint <|-- Ipv4Connectivity

      Ipv4Connectivity : connection_point_type
      Ipv4Connectivity : id
      Ipv4Connectivity : instance_annotations
      Ipv4Connectivity : ipv4_address
      Ipv4Connectivity : network_mask
      Ipv4Connectivity : related_connection_points
      Ipv4Connectivity : router_ipv4_address

Inheritance

Attributes (AKA Slots)

Name Cardinality and Range Description Inheritance
ipv4_address 0..1
String
The IP v4 address of a device port direct
router_ipv4_address 0..1 recommended
String
The IPv4 address of the router (AKA gateway) corresponding to a IPv4 address direct
network_mask 0..1
String
The mask that segregates IPs v4 belonging to the same sub-network from the re... direct
id 1
String
The identifier property represents any kind of identifier for any kind of Thi... ConnectionPoint
instance_annotations *
InstanceAnnotation
Metadata associated to an object ConnectionPoint
related_connection_points *
RelatedConnectionPoint
A connection point might rely on another connection point to work ConnectionPoint
connection_point_type 0..1
String
Type designator that provides support for polymorphism using connection point... ConnectionPoint
Deprecated attributes
Name Cardinality and Range Description Inheritance

Identifier and Mapping Information

Mappings

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

LinkML Source

Direct

name: Ipv4Connectivity
description: Configuration of an IP port. Please notice that the configuration of
  an IP address is independent of the Ethernet port configuration.
title: IPv4 Connectivity
in_subset:
- DeviceInteraction
- Connectivity
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 10
is_a: ConnectionPoint
slots:
- ipv4_address
- router_ipv4_address
slot_usage:
  connection_point_type:
    name: connection_point_type
    domain_of:
    - ConnectionPoint
    equals_string: Ipv4Connectivity
attributes:
  network_mask:
    name: network_mask
    description: The mask that segregates IPs v4 belonging to the same sub-network
      from the rest.
    title: network mask
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    domain_of:
    - Ipv4Connectivity
    range: string
    pattern: ^(255)\.(0|128|192|224|240|248|252|254|255)\.(0|128|192|224|240|248|252|254|255)\.(0|128|192|224|240|248|252|254|255)$
defining_slots:
- ipv4_address

Induced

name: Ipv4Connectivity
description: Configuration of an IP port. Please notice that the configuration of
  an IP address is independent of the Ethernet port configuration.
title: IPv4 Connectivity
in_subset:
- DeviceInteraction
- Connectivity
from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
rank: 10
is_a: ConnectionPoint
slot_usage:
  connection_point_type:
    name: connection_point_type
    domain_of:
    - ConnectionPoint
    equals_string: Ipv4Connectivity
attributes:
  network_mask:
    name: network_mask
    description: The mask that segregates IPs v4 belonging to the same sub-network
      from the rest.
    title: network mask
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    alias: network_mask
    owner: Ipv4Connectivity
    domain_of:
    - Ipv4Connectivity
    range: string
    pattern: ^(255)\.(0|128|192|224|240|248|252|254|255)\.(0|128|192|224|240|248|252|254|255)\.(0|128|192|224|240|248|252|254|255)$
  ipv4_address:
    name: ipv4_address
    description: The IP v4 address of a device port.
    title: IPv4 address
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    alias: ipv4_address
    owner: Ipv4Connectivity
    domain_of:
    - Ipv4Identifier
    - Ipv4Connectivity
    range: string
    pattern: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
  router_ipv4_address:
    name: router_ipv4_address
    description: The IPv4 address of the router (AKA gateway) corresponding to a IPv4
      address.
    title: IPv4 router address
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    is_a: ipv4_address
    alias: router_ipv4_address
    owner: Ipv4Connectivity
    domain_of:
    - Ipv4Connectivity
    range: string
    recommended: true
    pattern: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
  id:
    name: id
    description: The identifier property represents any kind of identifier for any
      kind of Thing, such as ISBNs, GTIN codes, UUIDs etc. Schema.org provides dedicated
      properties for representing many of these, either as textual strings or as URL
      (URI) links.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: Ipv4Connectivity
    domain_of:
    - FunctionalObject
    - ConnectionPoint
    - IdentifierType
    - Thing
    range: string
    required: true
  instance_annotations:
    name: instance_annotations
    description: Metadata associated to an object.
    title: instance annotations
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    alias: instance_annotations
    owner: Ipv4Connectivity
    domain_of:
    - FunctionalObject
    - ConnectionPoint
    range: InstanceAnnotation
    multivalued: true
  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 set-ups.'
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    alias: related_connection_points
    owner: Ipv4Connectivity
    domain_of:
    - ConnectionPoint
    range: RelatedConnectionPoint
    multivalued: true
  connection_point_type:
    name: connection_point_type
    description: Type designator that provides support for polymorphism using connection
      points.
    from_schema: https://common-device-management.code.siemens.io/documentation/asset-modeling/base-schema/v0.10.0/iah-base.jsonld
    rank: 1000
    designates_type: true
    alias: connection_point_type
    owner: Ipv4Connectivity
    domain_of:
    - ConnectionPoint
    range: string
    equals_string: Ipv4Connectivity
defining_slots:
- ipv4_address

Any questions left?

Ask the community