* Separate Access Config from yandex builder Config * make use of Access Config explicit * Move `MaxRetries` into AccessConfig * NewDriverYC use AccessConfig instead Config * yandex-import PP use common Access Config Now support set custom API Endpoint * yandex-export PP use common Access Config Now support set custom API Endpoint too (as yandex-import) * fix test * Tiny doc updates.
11 lines
684 B
Plaintext
11 lines
684 B
Plaintext
<!-- Code generated from the comments of the Config struct in builder/yandex/config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
- `folder_id` (string) - The folder ID that will be used to launch instances and store images.
|
|
Alternatively you may set value by environment variable `YC_FOLDER_ID`.
|
|
To use a different folder for looking up the source image or saving the target image to
|
|
check options 'source_image_folder_id' and 'target_image_folder_id'.
|
|
|
|
- `source_image_family` (string) - The source image family to create the new image
|
|
from. You can also specify source_image_id instead. Just one of a source_image_id or
|
|
source_image_family must be specified. Example: `ubuntu-1804-lts`.
|