File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
packages/clients/src/api/marketplace/v2 Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,10 @@ export interface Image {
4343 updatedAt ?: Date
4444 /** Expiration date of this image. */
4545 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+ */
4750 label : string
4851}
4952
@@ -56,7 +59,7 @@ export interface LocalImage {
5659 arch : string
5760 /** Availability Zone where this local image is available. */
5861 zone : Zone
59- /** Image label this image belongs to . */
62+ /** This label can be used in the image field of the server creation request . */
6063 label : string
6164 /** Type of this local image. */
6265 type : LocalImageType
You can’t perform that action at this time.
0 commit comments