File tree 1 file changed +5
-2
lines changed
packages/clients/src/api/marketplace/v2
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,10 @@ export interface Image {
43
43
updatedAt ?: Date
44
44
/** Expiration date of this image. */
45
45
validUntil ?: Date
46
- /** Typically an identifier for a distribution (ex. "ubuntu_focal"). */
46
+ /**
47
+ * Typically an identifier for a distribution (ex. "ubuntu_focal"). This label
48
+ * can be used in the image field of the server creation request.
49
+ */
47
50
label : string
48
51
}
49
52
@@ -56,7 +59,7 @@ export interface LocalImage {
56
59
arch : string
57
60
/** Availability Zone where this local image is available. */
58
61
zone : Zone
59
- /** Image label this image belongs to . */
62
+ /** This label can be used in the image field of the server creation request . */
60
63
label : string
61
64
/** Type of this local image. */
62
65
type : LocalImageType
You can’t perform that action at this time.
0 commit comments