You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -391,6 +397,7 @@ type ListLocalImagesRequest struct {
391
397
}
392
398
393
399
// ListLocalImages: list local images from a specific image or version.
400
+
// List information about local images in a specific Availability Zone, specified by its `image_id` (UUID format), `version_id` (UUID format) or `image_label`. Only one of these three parameters may be set.
@@ -433,6 +440,8 @@ type GetLocalImageRequest struct {
433
440
LocalImageIDstring`json:"-"`
434
441
}
435
442
443
+
// GetLocalImage: get a specific local image by ID.
444
+
// Get detailed information about a local image, including compatible commercial types, supported architecture, labels and the Availability Zone of the image, specified by its `local_image_id` (UUID format).
0 commit comments