mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-24 02:10:31 -05:00
Squashed commit of the following:
commit ccc020231780179d241d46eef7c0ba103366aed0
Author: Yandex.Cloud Bot <ycloud-bot@yandex.ru>
Date: Tue Apr 9 14:38:30 2019 +0000
sync upstream
12 lines
221 B
Go
12 lines
221 B
Go
package yandex
|
|
|
|
type Image struct {
|
|
ID string
|
|
FolderID string
|
|
Labels map[string]string
|
|
Licenses []string
|
|
MinDiskSizeGb int
|
|
Name string
|
|
Family string
|
|
SizeGb int
|
|
}
|