Partition
Per partition configuration.
| Characteristic | Value |
|---|---|
| Type | object |
Properties
id (required)
A unique identifier for the partition.
This is a user defined string that allows to link the partition to the mount points and also to results in the Host Status. The identifier needs to be unique across all types of devices, not just partitions.
| Characteristic | Value |
|---|---|
| Type | string |
| Format | Block Device ID |
size (required)
Size of the partition.
| Characteristic | Value |
|---|---|
| Type | PartitionSize |
| Link | PartitionSize |
label (optional)
Partition label. If not set, the partition's block device ID will be used as the label.
| Characteristic | Value |
|---|---|
| Type | string |
type (optional)
The type of the partition.
As defined by the Discoverable Partitions Specification.
| Characteristic | Value |
|---|---|
| Type | PartitionType |
| Default | "linux-generic" |
| Link | PartitionType |
uuid (optional)
Partition UUID. If not set, a new random UUID will be generated.
| Characteristic | Value |
|---|---|
| Type | string |
| Format | uuid |