Class: PodmanContainers
Podman containers
URI: containers:PodmanContainers
classDiagram
class PodmanContainers
IacModule <|-- PodmanContainers
PodmanContainers : containers
PodmanContainers ..> MetaObject : containers
PodmanContainers : debug
PodmanContainers ..> boolean : debug
PodmanContainers : executable
PodmanContainers ..> string : executable
Inheritance
- IacModule
- PodmanContainers
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
containers | 0..1 xsd:string |
Bunch of containers | direct |
debug | 0..1 xsd:string |
Return additional information which can be helpful for investigations | direct |
executable | 0..1 xsd:string |
file that can be directly run by a computer | IacModule |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/ucs-containers
Mappings
Mapping Type | Mapped Value |
---|---|
self | containers:PodmanContainers |
native | containers:PodmanContainers |
LinkML Source
Direct
name: PodmanContainers
description: Podman containers
from_schema: https://w3id.org/lmodel/ucs-containers
rank: 1000
is_a: IacModule
slots:
- containers
- debug
slot_usage:
containers:
name: containers
description: List of dictionaries with data for running containers for podman_container
module.
multivalued: true
domain_of:
- PodmanContainers
range: MetaObject
required: true
debug:
name: debug
description: Return additional information which can be helpful for investigations.
ifabsent: 'False'
domain_of:
- PodmanContainer
- PodmanContainers
- PodmanNetwork
- PodmanPlay
- PodmanPod
- PodmanVolume
range: boolean
Induced
name: PodmanContainers
description: Podman containers
from_schema: https://w3id.org/lmodel/ucs-containers
rank: 1000
is_a: IacModule
slot_usage:
containers:
name: containers
description: List of dictionaries with data for running containers for podman_container
module.
multivalued: true
domain_of:
- PodmanContainers
range: MetaObject
required: true
debug:
name: debug
description: Return additional information which can be helpful for investigations.
ifabsent: 'False'
domain_of:
- PodmanContainer
- PodmanContainers
- PodmanNetwork
- PodmanPlay
- PodmanPod
- PodmanVolume
range: boolean
attributes:
containers:
name: containers
description: List of dictionaries with data for running containers for podman_container
module.
from_schema: https://w3id.org/lmodel/ucs-containers
rank: 1000
multivalued: true
alias: containers
owner: PodmanContainers
domain_of:
- PodmanContainers
range: MetaObject
required: true
debug:
name: debug
description: Return additional information which can be helpful for investigations.
from_schema: https://w3id.org/lmodel/ucs-core
ifabsent: 'False'
alias: debug
owner: PodmanContainers
domain_of:
- PodmanContainer
- PodmanContainers
- PodmanNetwork
- PodmanPlay
- PodmanPod
- PodmanVolume
range: boolean
executable:
name: executable
description: file that can be directly run by a computer
from_schema: https://w3id.org/lmodel/ucs-core
exact_mappings:
- ONTOAVIDA:00000002
- wikidata:Q778586
alias: executable
owner: PodmanContainers
domain_of:
- IacModule
range: string