Skip to content

Connectivity Configuration

The connectivityConfiguration class encapsulates the configurable attributes of a ConnectivityServiceOffering.

URI: gx:class/ConnectivityConfiguration

Inheritance

Slots

Name Cardinality and Range Description Inheritance
sourceIdentifierA 0..1
xsd:string or 
PhysicalInterconnectionPointIdentifier or 
VirtualInterconnectionPointIdentifier
InterconnectionPointIdentifier reference of the source service access point direct
destinationIdentifierZ 0..1
xsd:string or 
PhysicalInterconnectionPointIdentifier or 
VirtualInterconnectionPointIdentifier
InterconnectionPointIdentifier reference of the destination service access po... direct
name 0..1
xsd:string
A human readable name of the entity GaiaXEntity
description 0..1
xsd:string
GaiaXEntity

Usages

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/gaia-x/development#connectivity-configuration

LinkML Source

Direct

name: ConnectivityConfiguration
description: The connectivityConfiguration class encapsulates the configurable attributes
  of a ConnectivityServiceOffering.
title: Connectivity Configuration
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
is_a: InstantiationRequirement
slots:
- sourceIdentifierA
- destinationIdentifierZ

Induced

name: ConnectivityConfiguration
description: The connectivityConfiguration class encapsulates the configurable attributes
  of a ConnectivityServiceOffering.
title: Connectivity Configuration
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
is_a: InstantiationRequirement
attributes:
  sourceIdentifierA:
    name: sourceIdentifierA
    description: InterconnectionPointIdentifier reference of the source service access
      point.
    title: source identifier
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: sourceIdentifierA
    owner: ConnectivityConfiguration
    domain_of:
    - ConnectivityConfiguration
    range: string
    multivalued: false
    any_of:
    - range: PhysicalInterconnectionPointIdentifier
    - range: VirtualInterconnectionPointIdentifier
  destinationIdentifierZ:
    name: destinationIdentifierZ
    description: InterconnectionPointIdentifier reference of the destination service
      access point.
    title: destination identifier
    from_schema: https://w3id.org/gaia-x/development#slots
    alias: destinationIdentifierZ
    owner: ConnectivityConfiguration
    domain_of:
    - ConnectivityConfiguration
    range: string
    multivalued: false
    any_of:
    - range: PhysicalInterconnectionPointIdentifier
    - range: VirtualInterconnectionPointIdentifier
  name:
    name: name
    description: A human readable name of the entity.
    title: name
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: httpsschema:name
    alias: name
    owner: ConnectivityConfiguration
    domain_of:
    - GaiaXEntity
    range: string
    required: false
  description:
    name: description
    from_schema: https://w3id.org/gaia-x/development#slots
    slot_uri: httpsschema:description
    alias: description
    owner: ConnectivityConfiguration
    domain_of:
    - GaiaXEntity
    - Measure
    range: string