Skip to content

Image

A software piece that can be executed by a virtual or bare metal Compute services. It is a subclass of OperatingSystem and CodeArtifact.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: gx:Image

 classDiagram
    class Image
    click Image href "../Image"
      CodeArtifact <|-- Image
        click CodeArtifact href "../CodeArtifact"


      Image <|-- ContainerImage
        click ContainerImage href "../ContainerImage"
      Image <|-- PXEImage
        click PXEImage href "../PXEImage"
      Image <|-- VMImage
        click VMImage href "../VMImage"


      Image : aggregationOfResources




    Image --> "*" String : aggregationOfResources
    click String href "../String"


      Image : buildDate




    Image --> "0..1" Datetime : buildDate
    click Datetime href "../Datetime"


      Image : checkSum




    Image --> "0..1" CheckSum : checkSum
    click CheckSum href "../CheckSum"


      Image : copyrightOwnedBy




    Image --> "1..*" String : copyrightOwnedBy
    click String href "../String"


      Image : cpuReq




    Image --> "0..1" CPU : cpuReq
    click CPU href "../CPU"


      Image : description




    Image --> "0..1" String : description
    click String href "../String"


      Image : encryption




    Image --> "0..1" Encryption : encryption
    click Encryption href "../Encryption"


      Image : fileSize




    Image --> "0..1" MemorySize : fileSize
    click MemorySize href "../MemorySize"


      Image : gpuReq




    Image --> "0..1" GPU : gpuReq
    click GPU href "../GPU"


      Image : license




    Image --> "1..*" String : license
    click String href "../String"


      Image : licenseIncluded




    Image --> "0..1" Boolean : licenseIncluded
    click Boolean href "../Boolean"


      Image : maintenance




    Image --> "0..1" MaintenanceSubscription : maintenance
    click MaintenanceSubscription href "../MaintenanceSubscription"


      Image : multiQueues




    Image --> "0..1" Boolean : multiQueues
    click Boolean href "../Boolean"


      Image : name




    Image --> "0..1" String : name
    click String href "../String"


      Image : operatingSystem




    Image --> "0..1" OperatingSystem : operatingSystem
    click OperatingSystem href "../OperatingSystem"


      Image : patchLevel




    Image --> "0..1" String : patchLevel
    click String href "../String"


      Image : ramReq




    Image --> "0..1" Memory : ramReq
    click Memory href "../Memory"


      Image : resourcePolicy




    Image --> "1..*" String : resourcePolicy
    click String href "../String"


      Image : rootDiskReq




    Image --> "0..1" Disk : rootDiskReq
    click Disk href "../Disk"


      Image : secureBoot




    Image --> "0..1" Boolean : secureBoot
    click Boolean href "../Boolean"


      Image : signature




    Image --> "0..1" Signature : signature
    click Signature href "../Signature"


      Image : updateStrategy




    Image --> "0..1" UpdateStrategy : updateStrategy
    click UpdateStrategy href "../UpdateStrategy"


      Image : version




    Image --> "0..1" String : version
    click String href "../String"


      Image : videoRamSize




    Image --> "0..1" MemorySize : videoRamSize
    click MemorySize href "../MemorySize"


      Image : vPMU




    Image --> "0..1" Boolean : vPMU
    click Boolean href "../Boolean"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
fileSize 0..1
MemorySize
Size of the image direct
operatingSystem 0..1
OperatingSystem
A resolvable link to Gaia-X credential of operation system offered by this im... direct
cpuReq 0..1
CPU
Details with respect to CPU capabilities required to run the image direct
gpuReq 0..1
GPU
Details with respect to GPU capabilities required to run the image direct
ramReq 0..1
Memory
Minimal size of RAM required to run the image direct
videoRamSize 0..1
MemorySize
Maximum amount of RAM for the video image direct
rootDiskReq 0..1
Disk
Minimal size of root disk required to run the image direct
encryption 0..1
Encryption
Details with respect to encryption of the images direct
secureBoot 0..1
xsd:boolean
If true, instances of the image are only started, if signature of software, s... direct
vPMU 0..1
xsd:boolean
If true, a virtual performance monitoring unit (vPMU) is enable in guest direct
multiQueues 0..1
xsd:boolean
If true, one queue is set for each virtual CPU direct
updateStrategy 0..1
UpdateStrategy
Details on provider's image update strategy of this image direct
licenseIncluded 0..1
xsd:boolean
In case an image requires a commercial license to be used (No Freeware), this... direct
maintenance 0..1
MaintenanceSubscription
Details on maintenance capabilities of vendor of image's operating system 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

Identifier and Mapping Information

Schema Source

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

LinkML Source

Direct

name: Image
description: A software piece that can be executed by a virtual or bare metal Compute
  services. It is a subclass of OperatingSystem and CodeArtifact.
title: Image
from_schema: https://w3id.org/gaia-x/development#image
is_a: CodeArtifact
abstract: true
attributes:
  fileSize:
    name: fileSize
    description: Size of the image.
    title: file size
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    domain_of:
    - Image
    range: MemorySize
  operatingSystem:
    name: operatingSystem
    description: A resolvable link to Gaia-X credential of operation system offered
      by this image.
    title: Operating System
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    domain_of:
    - Image
    range: OperatingSystem
  cpuReq:
    name: cpuReq
    description: Details with respect to CPU capabilities required to run the image.
    title: CPU requirements
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    domain_of:
    - Image
    range: CPU
  gpuReq:
    name: gpuReq
    description: Details with respect to GPU capabilities required to run the image.
    title: GPU requirements
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    domain_of:
    - Image
    range: GPU
  ramReq:
    name: ramReq
    description: Minimal size of RAM required to run the image.
    title: Ram requirements
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    domain_of:
    - Image
    range: Memory
  videoRamSize:
    name: videoRamSize
    description: Maximum amount of RAM for the video image.
    title: Video RAM size
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    domain_of:
    - Image
    range: MemorySize
  rootDiskReq:
    name: rootDiskReq
    description: Minimal size of root disk required to run the image.
    title: root disk requirements
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    domain_of:
    - Image
    range: Disk
  encryption:
    name: encryption
    description: Details with respect to encryption of the images.
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    domain_of:
    - Image
    range: Encryption
  secureBoot:
    name: secureBoot
    description: 'If true, instances of the image are only started, if signature of
      software, such as firmware or operating system, are valid. Default: False.'
    title: Secure Boot
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    ifabsent: 'False'
    domain_of:
    - Image
    range: boolean
  vPMU:
    name: vPMU
    description: 'If true, a virtual performance monitoring unit (vPMU) is enable
      in guest. Default: False'
    title: Virtual performance monitoring unit
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    ifabsent: 'False'
    domain_of:
    - Image
    range: boolean
  multiQueues:
    name: multiQueues
    description: If true, one queue is set for each virtual CPU.
    title: Multi queues
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    ifabsent: 'False'
    domain_of:
    - Image
    range: boolean
  updateStrategy:
    name: updateStrategy
    description: Details on provider's image update strategy of this image. An update
      strategy defines ...
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    domain_of:
    - Image
    range: UpdateStrategy
  licenseIncluded:
    name: licenseIncluded
    description: 'In case an image requires a commercial license to be used (No Freeware),
      this attribute indicates, if service usage fee includes that license (true)
      or customer has to bring its own commercial license (False). Default: False'
    title: License included
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    ifabsent: 'False'
    domain_of:
    - Image
    range: boolean
  maintenance:
    name: maintenance
    description: Details on maintenance capabilities of vendor of image's operating
      system.
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    domain_of:
    - Image
    range: MaintenanceSubscription

Induced

name: Image
description: A software piece that can be executed by a virtual or bare metal Compute
  services. It is a subclass of OperatingSystem and CodeArtifact.
title: Image
from_schema: https://w3id.org/gaia-x/development#image
is_a: CodeArtifact
abstract: true
attributes:
  fileSize:
    name: fileSize
    description: Size of the image.
    title: file size
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    alias: fileSize
    owner: Image
    domain_of:
    - Image
    range: MemorySize
  operatingSystem:
    name: operatingSystem
    description: A resolvable link to Gaia-X credential of operation system offered
      by this image.
    title: Operating System
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    alias: operatingSystem
    owner: Image
    domain_of:
    - Image
    range: OperatingSystem
  cpuReq:
    name: cpuReq
    description: Details with respect to CPU capabilities required to run the image.
    title: CPU requirements
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    alias: cpuReq
    owner: Image
    domain_of:
    - Image
    range: CPU
  gpuReq:
    name: gpuReq
    description: Details with respect to GPU capabilities required to run the image.
    title: GPU requirements
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    alias: gpuReq
    owner: Image
    domain_of:
    - Image
    range: GPU
  ramReq:
    name: ramReq
    description: Minimal size of RAM required to run the image.
    title: Ram requirements
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    alias: ramReq
    owner: Image
    domain_of:
    - Image
    range: Memory
  videoRamSize:
    name: videoRamSize
    description: Maximum amount of RAM for the video image.
    title: Video RAM size
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    alias: videoRamSize
    owner: Image
    domain_of:
    - Image
    range: MemorySize
  rootDiskReq:
    name: rootDiskReq
    description: Minimal size of root disk required to run the image.
    title: root disk requirements
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    alias: rootDiskReq
    owner: Image
    domain_of:
    - Image
    range: Disk
  encryption:
    name: encryption
    description: Details with respect to encryption of the images.
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    alias: encryption
    owner: Image
    domain_of:
    - Image
    range: Encryption
  secureBoot:
    name: secureBoot
    description: 'If true, instances of the image are only started, if signature of
      software, such as firmware or operating system, are valid. Default: False.'
    title: Secure Boot
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    ifabsent: 'False'
    alias: secureBoot
    owner: Image
    domain_of:
    - Image
    range: boolean
  vPMU:
    name: vPMU
    description: 'If true, a virtual performance monitoring unit (vPMU) is enable
      in guest. Default: False'
    title: Virtual performance monitoring unit
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    ifabsent: 'False'
    alias: vPMU
    owner: Image
    domain_of:
    - Image
    range: boolean
  multiQueues:
    name: multiQueues
    description: If true, one queue is set for each virtual CPU.
    title: Multi queues
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    ifabsent: 'False'
    alias: multiQueues
    owner: Image
    domain_of:
    - Image
    range: boolean
  updateStrategy:
    name: updateStrategy
    description: Details on provider's image update strategy of this image. An update
      strategy defines ...
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    alias: updateStrategy
    owner: Image
    domain_of:
    - Image
    range: UpdateStrategy
  licenseIncluded:
    name: licenseIncluded
    description: 'In case an image requires a commercial license to be used (No Freeware),
      this attribute indicates, if service usage fee includes that license (true)
      or customer has to bring its own commercial license (False). Default: False'
    title: License included
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    ifabsent: 'False'
    alias: licenseIncluded
    owner: Image
    domain_of:
    - Image
    range: boolean
  maintenance:
    name: maintenance
    description: Details on maintenance capabilities of vendor of image's operating
      system.
    from_schema: https://w3id.org/gaia-x/development#image
    rank: 1000
    alias: maintenance
    owner: Image
    domain_of:
    - Image
    range: MaintenanceSubscription
  checkSum:
    name: checkSum
    description: Details on checksum of the software.
    from_schema: https://w3id.org/gaia-x/development#resource
    rank: 1000
    alias: checkSum
    owner: Image
    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: Image
    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: Image
    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: Image
    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: Image
    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: Image
    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: Image
    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: Image
    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: Image
    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: Image
    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: Image
    domain_of:
    - GaiaXEntity
    - DataProduct
    - Measure
    range: string
    required: false