Record
database-type
No description available.
record database-type {
class: option<string>,
deprecated: option<bool>,
disk: option<s32>,
engines: option<database-type-engines>,
id: option<string>,
label: option<string>,
memory: option<s32>,
vcpus: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| class | option<string> | |
| deprecated | option<bool> | |
| disk | option<s32> | |
| engines | option<database-type-engines> | |
| id | option<string> | |
| label | option<string> | |
| memory | option<s32> | |
| vcpus | option<s32> |