Download disk image file
A file to download to the device's storage.
- Download progress - Information showing the download progress.
Properties
File ready
Download is successful and complete.
- Data type: boolean
- Status
CLI: (cli)> show compute vm <key> disk <index> download ready
Status
Current download status.
- Data type: string
- Status
CLI: (cli)> show compute vm <key> disk <index> download status
URL
The URL to download.
- Data type: string
- Configuration
- Required
CLI: (cli)> config compute vm <key> disk <index> download url
Destination filesystem
Download the file to this filesystem.
- Data type: reference path
- References instances of: Storage / Filesystems
- Default:
/storage/disk/user-data - Configuration
- Required
CLI: (cli)> config compute vm <key> disk <index> download filesystem
Destination path
Path relative to the destination filesystem.
May contain "/" path separators to download to a subdirectory. Terminate with a path separator character to preserve the original filename.
- Data type: string
- Default:
/ - Configuration
- Required
CLI: (cli)> config compute vm <key> disk <index> download path
Hash method
Check the downloaded file's integrity with a hash.
Select the hashing method for checking the downloaded file.
| Option | Label | Description |
|---|---|---|
none | None | No hashing will be performed. |
md5 | MD5 | MD5 hashing will be performed. |
sha1 | SHA1 | SHA1 hashing will be performed. |
sha256 | SHA256 | No hashing will be performed. |
sha512 | SHA512 | No hashing will be performed. |
- Data type: string select
- Default:
none - Configuration
- Required
CLI: (cli)> config compute vm <key> disk <index> download hash-method
Hash
The hash used to check the downloaded file's integrity.
- Data type: string
- Configuration
- Required
CLI: (cli)> config compute vm <key> disk <index> download hash
