Skip to content

Availability

Contractual availability of connection defined in the SLA agreement. Availability is measured in the pseudo-unit "percent".

URI: gx:Availability

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

      Availability : guaranteed




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


      Availability : metric




    Availability --> "1" Time : metric
    click Time href "../Time"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
metric 1
Time or 
QuantityKind or 
RdfsDatatype
Availability expressed as time 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 availability range Availability

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

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
is_a: QoSMetric
slot_usage:
  metric:
    name: metric
    description: Availability expressed as time.
    title: Metric
    range: Time
    required: true

Induced

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
is_a: QoSMetric
slot_usage:
  metric:
    name: metric
    description: Availability expressed as time.
    title: Metric
    range: Time
    required: true
attributes:
  metric:
    name: metric
    description: Availability expressed as time.
    title: Metric
    from_schema: https://w3id.org/gaia-x/development#qos
    alias: metric
    owner: Availability
    domain_of:
    - QoSMetric
    range: Time
    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: Availability
    domain_of:
    - QoSMetric
    range: FloatPercentage