Hypervisor
A special Gaia-X Software Resource describing a hypervisor to provided virtual machines.
URI: gx:Hypervisor
classDiagram
class Hypervisor
click Hypervisor href "../Hypervisor"
SoftwareResource <|-- Hypervisor
click SoftwareResource href "../SoftwareResource"
Hypervisor : aggregationOfResources
Hypervisor --> "*" String : aggregationOfResources
click String href "../String"
Hypervisor : buildDate
Hypervisor --> "0..1" Datetime : buildDate
click Datetime href "../Datetime"
Hypervisor : checkSum
Hypervisor --> "0..1" CheckSum : checkSum
click CheckSum href "../CheckSum"
Hypervisor : copyrightOwnedBy
Hypervisor --> "1..*" String : copyrightOwnedBy
click String href "../String"
Hypervisor : description
Hypervisor --> "0..1" String : description
click String href "../String"
Hypervisor : hypervisorType
Hypervisor --> "1" HypervisorType : hypervisorType
click HypervisorType href "../HypervisorType"
Hypervisor : license
Hypervisor --> "1..*" String : license
click String href "../String"
Hypervisor : name
Hypervisor --> "0..1" String : name
click String href "../String"
Hypervisor : patchLevel
Hypervisor --> "0..1" String : patchLevel
click String href "../String"
Hypervisor : resourcePolicy
Hypervisor --> "1..*" String : resourcePolicy
click String href "../String"
Hypervisor : signature
Hypervisor --> "0..1" Signature : signature
click Signature href "../Signature"
Hypervisor : version
Hypervisor --> "0..1" String : version
click String href "../String"
Inheritance
- GaiaXEntity
- Resource
- VirtualResource
- SoftwareResource
- Hypervisor
- SoftwareResource
- VirtualResource
- Resource
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
hypervisorType | 1 HypervisorType |
The common name of the distribution of the operating system as defined in htt... | direct |
checkSum | 0..1 CheckSum |
Details on checksum of the software | SoftwareResource |
signature | 0..1 Signature |
Details with respect to signature of the software | SoftwareResource |
version | 0..1 xsd:string |
Version of the software | SoftwareResource |
patchLevel | 0..1 xsd:string |
Software specific patch number describing patch level of the software | SoftwareResource |
buildDate | 0..1 xsd:dateTime |
Date and time the software was build, formated according to ISO 8601 (UTC - 2... | SoftwareResource |
copyrightOwnedBy | 1..* xsd:string or LegalPerson or xsd:string |
A list of copyright owners either as a free form string or as resolvable link... | VirtualResource |
license | 1..* xsd:string or SPDX or uri |
A list of SPDX identifiers or URL to document | VirtualResource |
resourcePolicy | 1..* xsd:string |
A list of policy expressed using a DSL (e | VirtualResource |
aggregationOfResources | * xsd:string or Resource |
A resolvable link of resources related to the resource and that can exist ind... | Resource |
name | 0..1 xsd:string |
A human readable name of the entity | GaiaXEntity |
description | 0..1 xsd:string |
A free text description of the entity | GaiaXEntity |
Usages
used by | used in | type | used |
---|---|---|---|
ServerFlavor | hypervisor | range | Hypervisor |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/gaia-x/development#resource
LinkML Source
Direct
name: Hypervisor
description: A special Gaia-X Software Resource describing a hypervisor to provided
virtual machines.
from_schema: https://w3id.org/gaia-x/development#resource
is_a: SoftwareResource
attributes:
hypervisorType:
name: hypervisorType
description: The common name of the distribution of the operating system as defined
in http://libosinfo.org/.
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
domain_of:
- Hypervisor
- VM_Image
range: HypervisorType
required: true
Induced
name: Hypervisor
description: A special Gaia-X Software Resource describing a hypervisor to provided
virtual machines.
from_schema: https://w3id.org/gaia-x/development#resource
is_a: SoftwareResource
attributes:
hypervisorType:
name: hypervisorType
description: The common name of the distribution of the operating system as defined
in http://libosinfo.org/.
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: hypervisorType
owner: Hypervisor
domain_of:
- Hypervisor
- VM_Image
range: HypervisorType
required: true
checkSum:
name: checkSum
description: Details on checksum of the software.
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: checkSum
owner: Hypervisor
domain_of:
- SoftwareResource
range: CheckSum
signature:
name: signature
description: Details with respect to signature of the software.
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: signature
owner: Hypervisor
domain_of:
- SoftwareResource
range: Signature
version:
name: version
description: Version of the software.
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: version
owner: Hypervisor
domain_of:
- SoftwareResource
range: string
patchLevel:
name: patchLevel
description: Software specific patch number describing patch level of the software.
title: Patch level
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: patchLevel
owner: Hypervisor
domain_of:
- SoftwareResource
range: string
buildDate:
name: buildDate
description: Date and time the software was build, formated according to ISO 8601
(UTC - 24 hours).
title: Build Date
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: buildDate
owner: Hypervisor
domain_of:
- SoftwareResource
range: datetime
copyrightOwnedBy:
name: copyrightOwnedBy
description: A list of copyright owners either as a free form string or as resolvable
link to Gaia-X Credential of participants. A copyright owner is a person or
organization that has the right to exploit the resource. Copyright owner does
not necessarily refer to the author of the resource, who is a natural person
and may differ from copyright owner.
title: copyright owned by
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: copyrightOwnedBy
owner: Hypervisor
domain_of:
- VirtualResource
range: string
required: true
multivalued: true
any_of:
- range: LegalPerson
- range: string
license:
name: license
description: A list of SPDX identifiers or URL to document.
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: license
owner: Hypervisor
domain_of:
- VirtualResource
range: string
required: true
multivalued: true
any_of:
- range: SPDX
- range: uri
resourcePolicy:
name: resourcePolicy
description: 'A list of policy expressed using a DSL (e.g., Rego or ODRL) (access
control, throttling, usage, retention, ...). If there is no specified usage
policy constraints on the VirtualResource, the policy should express a simple
default: allow intent'
from_schema: https://w3id.org/gaia-x/development#resource
rank: 1000
alias: resourcePolicy
owner: Hypervisor
domain_of:
- VirtualResource
range: string
required: true
multivalued: true
aggregationOfResources:
name: aggregationOfResources
description: A resolvable link of resources related to the resource and that can
exist independently of it.
title: aggregation of
from_schema: https://w3id.org/gaia-x/development#resource
alias: aggregationOfResources
owner: Hypervisor
domain_of:
- ServiceOffering
- Resource
- PhysicalResource
range: string
required: false
multivalued: true
any_of:
- range: Resource
name:
name: name
description: A human readable name of the entity.
title: name
from_schema: http://w3id.org/gaia-x/gx-trust-framework
rank: 1000
slot_uri: https_schema:name
alias: name
owner: Hypervisor
domain_of:
- GaiaXEntity
range: string
required: false
description:
name: description
description: A free text description of the entity.
title: description
from_schema: http://w3id.org/gaia-x/gx-trust-framework
rank: 1000
slot_uri: https_schema:description
alias: description
owner: Hypervisor
domain_of:
- GaiaXEntity
- DataProduct
- Measure
range: string
required: false