Class: Destination
Models a data destination within a Cr8tor project, representing the endpoint where data is delivered or stored after ingress. This class defines the state and configuration of data targets.
URI: cr8tor_metamodel:Destination
classDiagram
class Destination
click Destination href "../Destination/"
Destination : type
Destination --> "1" DestinationType : type
click DestinationType href "../DestinationType/"
Destination : url
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| type | 1 DestinationType |
The type of destination (e | direct |
| url | 0..1 String |
The URL or location of the data destination, specifying where data should be ... | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Ingress | destination | range | Destination |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/karectl-crates/cr8tor-metamodel
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | cr8tor_metamodel:Destination |
| native | cr8tor_metamodel:Destination |
LinkML Source
Direct
name: Destination
description: Models a data destination within a Cr8tor project, representing the endpoint
where data is delivered or stored after ingress. This class defines the state and
configuration of data targets.
from_schema: https://w3id.org/karectl-crates/cr8tor-metamodel
attributes:
type:
name: type
description: The type of destination (e.g., filestore, postgresql), specifying
the nature of the data endpoint. Required.
from_schema: https://w3id.org/karectl-crates/data-model
domain_of:
- Group
- Source
- Destination
range: DestinationType
required: true
url:
name: url
description: The URL or location of the data destination, specifying where data
should be delivered. Optional.
from_schema: https://w3id.org/karectl-crates/data-model
domain_of:
- Source
- Destination
- Resource
- VDI
range: string
required: false
Induced
name: Destination
description: Models a data destination within a Cr8tor project, representing the endpoint
where data is delivered or stored after ingress. This class defines the state and
configuration of data targets.
from_schema: https://w3id.org/karectl-crates/cr8tor-metamodel
attributes:
type:
name: type
description: The type of destination (e.g., filestore, postgresql), specifying
the nature of the data endpoint. Required.
from_schema: https://w3id.org/karectl-crates/data-model
alias: type
owner: Destination
domain_of:
- Group
- Source
- Destination
range: DestinationType
required: true
url:
name: url
description: The URL or location of the data destination, specifying where data
should be delivered. Optional.
from_schema: https://w3id.org/karectl-crates/data-model
alias: url
owner: Destination
domain_of:
- Source
- Destination
- Resource
- VDI
range: string
required: false