mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 15:01:40 -04:00
See description at https://packer.io/docs/extending/custom-builders#build-variables
14 lines
243 B
Go
14 lines
243 B
Go
package yandex
|
|
|
|
type Image struct {
|
|
ID string
|
|
FolderID string
|
|
Labels map[string]string
|
|
Licenses []string
|
|
MinDiskSizeGb int
|
|
Name string
|
|
Description string
|
|
Family string
|
|
SizeGb int
|
|
}
|