Record
update-image-params
No description available.
record update-image-params {
image-id: string,
created: option<string>,
created-by: option<string>,
deprecated: option<bool>,
description: option<string>,
eol: option<string>,
expiry: option<string>,
id: option<string>,
is-public: option<bool>,
label: option<string>,
size: option<s32>,
status: option<image-status-enum>,
type-op: option<image-type-op-enum>,
updated: option<string>,
vendor: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| image-id | string | |
| created | option<string> | |
| created-by | option<string> | |
| deprecated | option<bool> | |
| description | option<string> | |
| eol | option<string> | |
| expiry | option<string> | |
| id | option<string> | |
| is-public | option<bool> | |
| label | option<string> | |
| size | option<s32> | |
| status | option<image-status-enum> | |
| type-op | option<image-type-op-enum> | |
| updated | option<string> | |
| vendor | option<string> |