Service offering performance values.
Contractual performance values defined in the Service Level Agreement.
URI: gx:QoS
classDiagram
class QoS
click QoS href "../QoS"
QoS : availability
QoS --> "0..1" Availability : availability
click Availability href "../Availability"
QoS : bandWidth
QoS --> "0..1" BandWidth : bandWidth
click BandWidth href "../BandWidth"
QoS : iops
QoS --> "0..1" IOPS : iops
click IOPS href "../IOPS"
QoS : jitter
QoS --> "0..1" Jitter : jitter
click Jitter href "../Jitter"
QoS : latency
QoS --> "0..1" Latency : latency
click Latency href "../Latency"
QoS : packetLoss
QoS --> "0..1" PacketLoss : packetLoss
click PacketLoss href "../PacketLoss"
QoS : roundTripTime
QoS --> "0..1" RoundTripTime : roundTripTime
click RoundTripTime href "../RoundTripTime"
QoS : targetPercentile
QoS --> "0..1" TargetPercentile : targetPercentile
click TargetPercentile href "../TargetPercentile"
QoS : throughput
QoS --> "0..1" Throughput : throughput
click Throughput href "../Throughput"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
throughput | 0..1 Throughput |
QoS metric for throughput | direct |
iops | 0..1 IOPS |
QoS metric for Input/Output operations per second | direct |
bandWidth | 0..1 BandWidth |
Contractual bandwidth defined in the service level agreement (SLA) | direct |
roundTripTime | 0..1 RoundTripTime |
Contractual roundTrip time defined in the SLA | direct |
availability | 0..1 Availability |
Contractual availability of connection defined in the SLA agreement | direct |
packetLoss | 0..1 PacketLoss |
Contractual packet loss of connection defined in the SLA agreement | direct |
jitter | 0..1 Jitter |
Contractual jitter defined in the SLA | direct |
latency | 0..1 Latency |
Contractual latency defined in the SLA | direct |
targetPercentile | 0..1 TargetPercentile |
Contractual percentile in the SLA | direct |
Usages
used by | used in | type | used |
---|---|---|---|
ConnectivityServiceOffering | connectivityQoS | range | QoS |
NetworkConnectivityServiceOffering | connectivityQoS | range | QoS |
InterconnectionServiceOffering | connectivityQoS | range | QoS |
LinkConnectivityServiceOffering | connectivityQoS | range | QoS |
PhysicalConnectivityServiceOffering | connectivityQoS | range | QoS |
StorageConfiguration | storageQoS | range | QoS |
FileStorageConfiguration | storageQoS | range | QoS |
BlockStorageConfiguration | storageQoS | range | QoS |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#qos
LinkML Source
Direct
name: QoS
description: Contractual performance values defined in the Service Level Agreement.
title: Service offering performance values.
from_schema: https://w3id.org/gaia-x/development#qos
attributes:
throughput:
name: throughput
description: QoS metric for throughput
title: throughput
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
domain_of:
- QoS
range: Throughput
multivalued: false
iops:
name: iops
description: QoS metric for Input/Output operations per second.
title: IOPS
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
domain_of:
- QoS
range: IOPS
multivalued: false
bandWidth:
name: bandWidth
description: Contractual bandwidth defined in the service level agreement (SLA).
title: band width
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
domain_of:
- QoS
range: BandWidth
multivalued: false
roundTripTime:
name: roundTripTime
description: Contractual roundTrip time defined in the SLA. If not specified,
then best effort is assumed.
title: roundTrip time
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
domain_of:
- QoS
range: RoundTripTime
multivalued: false
availability:
name: availability
description: Contractual availability of connection defined in the SLA agreement.
Availability is measured in the pseudo-unit "percent".
title: availability
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
domain_of:
- QoS
range: Availability
multivalued: false
packetLoss:
name: packetLoss
description: Contractual packet loss of connection defined in the SLA agreement.
If not specified, then best effort is assumed. packetLoss measured in the pseudo-unit
"percent"
title: packet loss
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
domain_of:
- QoS
range: PacketLoss
multivalued: false
jitter:
name: jitter
description: Contractual jitter defined in the SLA. If not specified, then best
effort is assumed.
title: jitter
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
domain_of:
- QoS
range: Jitter
multivalued: false
latency:
name: latency
description: Contractual latency defined in the SLA. If not specified, then best
effort is assumed.
title: latency
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
domain_of:
- QoS
range: Latency
multivalued: false
targetPercentile:
name: targetPercentile
description: Contractual percentile in the SLA. Usually referred to the number
of frames the SLA metrics such as availability, latency and jitter can be guaranteed.
title: target percentile
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
domain_of:
- QoS
range: TargetPercentile
multivalued: false
Induced
name: QoS
description: Contractual performance values defined in the Service Level Agreement.
title: Service offering performance values.
from_schema: https://w3id.org/gaia-x/development#qos
attributes:
throughput:
name: throughput
description: QoS metric for throughput
title: throughput
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
alias: throughput
owner: QoS
domain_of:
- QoS
range: Throughput
multivalued: false
iops:
name: iops
description: QoS metric for Input/Output operations per second.
title: IOPS
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
alias: iops
owner: QoS
domain_of:
- QoS
range: IOPS
multivalued: false
bandWidth:
name: bandWidth
description: Contractual bandwidth defined in the service level agreement (SLA).
title: band width
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
alias: bandWidth
owner: QoS
domain_of:
- QoS
range: BandWidth
multivalued: false
roundTripTime:
name: roundTripTime
description: Contractual roundTrip time defined in the SLA. If not specified,
then best effort is assumed.
title: roundTrip time
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
alias: roundTripTime
owner: QoS
domain_of:
- QoS
range: RoundTripTime
multivalued: false
availability:
name: availability
description: Contractual availability of connection defined in the SLA agreement.
Availability is measured in the pseudo-unit "percent".
title: availability
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
alias: availability
owner: QoS
domain_of:
- QoS
range: Availability
multivalued: false
packetLoss:
name: packetLoss
description: Contractual packet loss of connection defined in the SLA agreement.
If not specified, then best effort is assumed. packetLoss measured in the pseudo-unit
"percent"
title: packet loss
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
alias: packetLoss
owner: QoS
domain_of:
- QoS
range: PacketLoss
multivalued: false
jitter:
name: jitter
description: Contractual jitter defined in the SLA. If not specified, then best
effort is assumed.
title: jitter
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
alias: jitter
owner: QoS
domain_of:
- QoS
range: Jitter
multivalued: false
latency:
name: latency
description: Contractual latency defined in the SLA. If not specified, then best
effort is assumed.
title: latency
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
alias: latency
owner: QoS
domain_of:
- QoS
range: Latency
multivalued: false
targetPercentile:
name: targetPercentile
description: Contractual percentile in the SLA. Usually referred to the number
of frames the SLA metrics such as availability, latency and jitter can be guaranteed.
title: target percentile
from_schema: https://w3id.org/gaia-x/development#qos
rank: 1000
alias: targetPercentile
owner: QoS
domain_of:
- QoS
range: TargetPercentile
multivalued: false