Skip to content

VLAN configuration

TDB

URI: gx:VLANConfiguration

 classDiagram
    class VLANConfiguration
    click VLANConfiguration href "../VLANConfiguration"
      VLANConfiguration : vlanEtherType




    VLANConfiguration --> "0..1" String : vlanEtherType
    click String href "../String"


      VLANConfiguration : vlanTag




    VLANConfiguration --> "0..1" Integer : vlanTag
    click Integer href "../Integer"


      VLANConfiguration : vlanType




    VLANConfiguration --> "0..1" VlanType : vlanType
    click VlanType href "../VlanType"


Slots

Name Cardinality and Range Description Inheritance
vlanType 0..1
VlanType
The chosen types of vlan types direct
vlanTag 0..1
xsd:integer
Vlan Tag ID that range between 1 and 4094 direct
vlanEtherType 0..1
xsd:string
The ether type of the vlan in hexadecimal notation direct

Usages

used by used in type used
InterconnectionServiceOffering vlanConfiguration range VLANConfiguration
LinkConnectivityServiceOffering vlanConfiguration range VLANConfiguration

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: VLANConfiguration
description: TDB
title: VLAN configuration
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
attributes:
  vlanType:
    name: vlanType
    description: The chosen types of vlan types.
    title: vlan type
    from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
    rank: 1000
    domain_of:
    - VLANConfiguration
    range: VlanType
    multivalued: false
  vlanTag:
    name: vlanTag
    description: Vlan Tag ID that range between 1 and 4094. In case qinq connection
      type is chosen tow vlan tag, namely outer and innter should be provided.
    title: vlan tag
    from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
    rank: 1000
    domain_of:
    - VLANConfiguration
    range: integer
    multivalued: false
    minimum_value: 1
    maximum_value: 4094
  vlanEtherType:
    name: vlanEtherType
    description: The ether type of the vlan in hexadecimal notation.
    title: vlan ether type
    from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
    rank: 1000
    domain_of:
    - VLANConfiguration
    range: string
    multivalued: false

Induced

name: VLANConfiguration
description: TDB
title: VLAN configuration
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
attributes:
  vlanType:
    name: vlanType
    description: The chosen types of vlan types.
    title: vlan type
    from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
    rank: 1000
    alias: vlanType
    owner: VLANConfiguration
    domain_of:
    - VLANConfiguration
    range: VlanType
    multivalued: false
  vlanTag:
    name: vlanTag
    description: Vlan Tag ID that range between 1 and 4094. In case qinq connection
      type is chosen tow vlan tag, namely outer and innter should be provided.
    title: vlan tag
    from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
    rank: 1000
    alias: vlanTag
    owner: VLANConfiguration
    domain_of:
    - VLANConfiguration
    range: integer
    multivalued: false
    minimum_value: 1
    maximum_value: 4094
  vlanEtherType:
    name: vlanEtherType
    description: The ether type of the vlan in hexadecimal notation.
    title: vlan ether type
    from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
    rank: 1000
    alias: vlanEtherType
    owner: VLANConfiguration
    domain_of:
    - VLANConfiguration
    range: string
    multivalued: false