Datacenter Allocation
Details specific situation within the datacenter where the service can be accessed.
classDiagram
class DatacenterAllocation
click DatacenterAllocation href "../DatacenterAllocation"
DatacenterAllocation : floor
DatacenterAllocation --> "0..1" String : floor
click String href "../String"
DatacenterAllocation : patchPanel
DatacenterAllocation --> "0..1" String : patchPanel
click String href "../String"
DatacenterAllocation : portNumber
DatacenterAllocation --> "0..1" Integer : portNumber
click Integer href "../Integer"
DatacenterAllocation : rackNumber
DatacenterAllocation --> "0..1" String : rackNumber
click String href "../String"
DatacenterAllocation : refersTo
DatacenterAllocation --> "1" Datacenter : refersTo
click Datacenter href "../Datacenter"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
refersTo | 1 Datacenter |
Datacenter where the service can be accessed | direct |
floor | 0..1 xsd:string |
The floor number of the datacenter where the service can be accessed | direct |
rackNumber | 0..1 xsd:string |
The Id of the datacenter rack number where the service can be accessed | direct |
patchPanel | 0..1 xsd:string |
The Id of the datacenter patch panel where the service can be accessed | direct |
portNumber | 0..1 xsd:integer |
The port number on the patch panel where the service can be accessed | direct |
Usages
used by | used in | type | used |
---|---|---|---|
InterconnectionPointIdentifier | datacenterAllocation | range | DatacenterAllocation |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#connectivity-configuration
LinkML Source
Direct
name: DatacenterAllocation
description: Details specific situation within the datacenter where the service can
be accessed.
title: Datacenter Allocation
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
attributes:
refersTo:
name: refersTo
description: Datacenter where the service can be accessed.
title: refers to
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
rank: 1000
domain_of:
- DatacenterAllocation
range: Datacenter
required: true
multivalued: false
floor:
name: floor
description: The floor number of the datacenter where the service can be accessed.
title: datacenter floor
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
rank: 1000
domain_of:
- DatacenterAllocation
range: string
multivalued: false
rackNumber:
name: rackNumber
description: The Id of the datacenter rack number where the service can be accessed.
title: datacenter rack number
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
rank: 1000
domain_of:
- DatacenterAllocation
range: string
multivalued: false
patchPanel:
name: patchPanel
description: The Id of the datacenter patch panel where the service can be accessed.
title: datacenter patch panel
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
rank: 1000
domain_of:
- DatacenterAllocation
range: string
multivalued: false
portNumber:
name: portNumber
description: The port number on the patch panel where the service can be accessed.
title: datacenter port number
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
rank: 1000
domain_of:
- DatacenterAllocation
range: integer
multivalued: false
Induced
name: DatacenterAllocation
description: Details specific situation within the datacenter where the service can
be accessed.
title: Datacenter Allocation
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
attributes:
refersTo:
name: refersTo
description: Datacenter where the service can be accessed.
title: refers to
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
rank: 1000
alias: refersTo
owner: DatacenterAllocation
domain_of:
- DatacenterAllocation
range: Datacenter
required: true
multivalued: false
floor:
name: floor
description: The floor number of the datacenter where the service can be accessed.
title: datacenter floor
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
rank: 1000
alias: floor
owner: DatacenterAllocation
domain_of:
- DatacenterAllocation
range: string
multivalued: false
rackNumber:
name: rackNumber
description: The Id of the datacenter rack number where the service can be accessed.
title: datacenter rack number
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
rank: 1000
alias: rackNumber
owner: DatacenterAllocation
domain_of:
- DatacenterAllocation
range: string
multivalued: false
patchPanel:
name: patchPanel
description: The Id of the datacenter patch panel where the service can be accessed.
title: datacenter patch panel
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
rank: 1000
alias: patchPanel
owner: DatacenterAllocation
domain_of:
- DatacenterAllocation
range: string
multivalued: false
portNumber:
name: portNumber
description: The port number on the patch panel where the service can be accessed.
title: datacenter port number
from_schema: https://w3id.org/gaia-x/development#connectivity-configuration
rank: 1000
alias: portNumber
owner: DatacenterAllocation
domain_of:
- DatacenterAllocation
range: integer
multivalued: false