Skip to content

Bandwidth

Contractual bandwidth defined in the service level agreement (SLA).

URI: gx:BandWidth

 classDiagram
    class BandWidth
    click BandWidth href "../BandWidth"
      QoSMetric <|-- BandWidth
        click QoSMetric href "../QoSMetric"

      BandWidth : guaranteed




    BandWidth --> "0..1" FloatPercentage : guaranteed
    click FloatPercentage href "../FloatPercentage"


      BandWidth : metric




    BandWidth --> "1" DataRate : metric
    click DataRate href "../DataRate"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
metric 1
DataRate or 
QuantityKind or 
RdfsDatatype
Data rate expressing bandwidth QoSMetric
guaranteed 0..1
FloatPercentage
Minimum percentage of time where a performance-level is guaranteed to be met QoSMetric

Usages

used by used in type used
QoS bandWidth range BandWidth

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: BandWidth
description: Contractual bandwidth defined in the service level agreement (SLA).
title: Bandwidth
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
  metric:
    name: metric
    description: Data rate expressing bandwidth.
    title: Metric
    range: DataRate
    required: true

Induced

name: BandWidth
description: Contractual bandwidth defined in the service level agreement (SLA).
title: Bandwidth
from_schema: https://w3id.org/gaia-x/development#qos
is_a: QoSMetric
slot_usage:
  metric:
    name: metric
    description: Data rate expressing bandwidth.
    title: Metric
    range: DataRate
    required: true
attributes:
  metric:
    name: metric
    description: Data rate expressing bandwidth.
    title: Metric
    from_schema: https://w3id.org/gaia-x/development#qos
    alias: metric
    owner: BandWidth
    domain_of:
    - QoSMetric
    range: DataRate
    required: true
    any_of:
    - range: QuantityKind
    - range: RdfsDatatype
  guaranteed:
    name: guaranteed
    description: Minimum percentage of time where a performance-level is guaranteed
      to be met.
    title: Guaranteed
    from_schema: https://w3id.org/gaia-x/development#qos
    rank: 1000
    alias: guaranteed
    owner: BandWidth
    domain_of:
    - QoSMetric
    range: FloatPercentage