d8b67f8520
* Update and pin dependencies * Update NextJS Scripts * npm run lint * npm run format * docs generator: indent docs by two and make spacing better Co-authored-by: Adrien Delorme <azr@users.noreply.github.com>
15 lines
637 B
Plaintext
15 lines
637 B
Plaintext
<!-- Code generated from the comments of the Config struct in post-processor/alicloud-import/post-processor.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `oss_bucket_name` (string) - The name of the OSS bucket where the RAW or VHD file will be copied to
|
|
for import. If the Bucket doesn't exist, the post-process will create it for
|
|
you.
|
|
|
|
- `image_os_type` (string) - Type of the OS, like linux/windows
|
|
|
|
- `image_platform` (string) - Platform such as `CentOS`
|
|
|
|
- `image_architecture` (string) - Platform type of the image system: `i386` or `x86_64`
|
|
|
|
- `format` (string) - The format of the image for import, now alicloud only support RAW and
|
|
VHD.
|