Record
linode-config
No description available.
record linode-config {
comments: option<string>,
devices: option<devices>,
helpers: option<linode-config-helpers>,
id: option<s32>,
interfaces: option<linode-config-interfaces>,
kernel: option<string>,
label: option<string>,
memory-limit: option<s32>,
root-device: option<string>,
run-level: option<linode-config-run-level-enum>,
virt-mode: option<linode-config-virt-mode-enum>,
}Fields
| Name | Type | Description |
|---|---|---|
| comments | option<string> | |
| devices | option<devices> | |
| helpers | option<linode-config-helpers> | |
| id | option<s32> | |
| interfaces | option<linode-config-interfaces> | |
| kernel | option<string> | |
| label | option<string> | |
| memory-limit | option<s32> | |
| root-device | option<string> | |
| run-level | option<linode-config-run-level-enum> | |
| virt-mode | option<linode-config-virt-mode-enum> |