Fleet
IRI: https://w3id.org/altium/cdm/ota/Fleet
Bounded context: ota
TBD
Platform API
GRID (1)
grid:workspace:{workspace-id}:ota:fleet/{id}
Diagram
---
config:
layout: elk
theme: neutral
class:
hideEmptyMembersBox: true
---
classDiagram
direction LR
class ota_Fleet["Fleet"]
style ota_Fleet fill:#d29292
click ota_Fleet href "../../classes/ota_Fleet/"
ota_Fleet : name
ota_Fleet --> "*" ota_Device : devices
click ota_Device href "../../classes/ota_Device/"
class ota_Device["Device"]
style ota_Device fill:#d29292
ota_Fleet : id
class ota_Device["Device"]
style ota_Device fill:#d29292
ota_Device --> "*" ota_Fleet: fleets
click ota_Device href "../../classes/ota_Device/"
Inheritance
Fields
| Name | Cardinality | Type | Description | Inheritance |
|---|---|---|---|---|
| id | 1 |
GRID | Globally unique identifier across the whole platform. | Entity |
| name | 0..1 |
string | A short name of the entity. | direct |
| devices | * |
Device | Devices in this fleet | direct |
Identifier and Mapping Information
Annotations
| property | value |
|---|---|
| grid | grid:workspace:{workspace-id}:ota:fleet/{id} |
| maturity | EXPERIMENTAL |