Record
get-response-droplet
No description available.
record get-response-droplet {
backup-ids: list<s32>,
created-at: string,
disk: s32,
features: list<string>,
id: s32,
image: get-response-droplet-image,
kernel: option<get-response-droplet-kernel>,
locked: bool,
memory: s32,
name: string,
networks: get-response-droplet-networks,
next-backup-window: get-response-droplet-next-backup-window,
region: get-response-droplet-region,
size: get-response-droplet-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 | get-response-droplet-image | |
| kernel | option<get-response-droplet-kernel> | |
| locked | bool | |
| memory | s32 | |
| name | string | |
| networks | get-response-droplet-networks | |
| next-backup-window | get-response-droplet-next-backup-window | |
| region | get-response-droplet-region | |
| size | get-response-droplet-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> |