Record
list-op-response-droplets-item
No description available.
record list-op-response-droplets-item {
backup-ids: list<s32>,
created-at: string,
disk: s32,
features: list<string>,
id: s32,
image: list-op-response-droplets-item-image,
kernel: option<list-op-response-droplets-item-kernel>,
locked: bool,
memory: s32,
name: string,
networks: list-op-response-droplets-item-networks,
next-backup-window: list-op-response-droplets-item-next-backup-window,
region: list-op-response-droplets-item-region,
size: list-op-response-droplets-item-size,
size-slug: string,
snapshot-ids: list<s32>,
status: list-op-response-droplets-item-status-enum,
tags: list<string>,
vcpus: s32,
volume-ids: list<string>,
vpc-uuid: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| backup-ids | list<s32> | |
| created-at | string | |
| disk | s32 | |
| features | list<string> | |
| id | s32 | |
| image | list-op-response-droplets-item-image | |
| kernel | option<list-op-response-droplets-item-kernel> | |
| locked | bool | |
| memory | s32 | |
| name | string | |
| networks | list-op-response-droplets-item-networks | |
| next-backup-window | list-op-response-droplets-item-next-backup-window | |
| region | list-op-response-droplets-item-region | |
| size | list-op-response-droplets-item-size | |
| size-slug | string | |
| snapshot-ids | list<s32> | |
| status | list-op-response-droplets-item-status-enum | |
| tags | list<string> | |
| vcpus | s32 | |
| volume-ids | list<string> | |
| vpc-uuid | option<string> |