Record
kernel
No description available.
record kernel {
architecture: option<kernel-architecture-enum>,
built: option<string>,
deprecated: option<bool>,
id: option<string>,
kvm: option<bool>,
label: option<string>,
pvops: option<bool>,
version: option<string>,
xen: option<bool>,
}Fields
| Name | Type | Description |
|---|---|---|
| architecture | option<kernel-architecture-enum> | |
| built | option<string> | |
| deprecated | option<bool> | |
| id | option<string> | |
| kvm | option<bool> | |
| label | option<string> | |
| pvops | option<bool> | |
| version | option<string> | |
| xen | option<bool> |