File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
scaleway-async/scaleway_async/marketplace/v2
scaleway/scaleway/marketplace/v2 Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -240,6 +240,13 @@ async def list_local_images(
240
240
order_by : ListLocalImagesRequestOrderBy = ListLocalImagesRequestOrderBy .CREATED_AT_ASC ,
241
241
) -> ListLocalImagesResponse :
242
242
"""
243
+ List local images from a specific image or version
244
+ :param image_id: One-of ('scope'): at most one of 'image_id', 'version_id' could be set.
245
+ :param version_id: One-of ('scope'): at most one of 'image_id', 'version_id' could be set.
246
+ :param page_size:
247
+ :param page:
248
+ :param order_by:
249
+ :return: :class:`ListLocalImagesResponse <ListLocalImagesResponse>`
243
250
244
251
Usage:
245
252
::
@@ -276,6 +283,12 @@ async def list_local_images_all(
276
283
order_by : Optional [ListLocalImagesRequestOrderBy ] = None ,
277
284
) -> List [LocalImage ]:
278
285
"""
286
+ List local images from a specific image or version
287
+ :param image_id: One-of ('scope'): at most one of 'image_id', 'version_id' could be set.
288
+ :param version_id: One-of ('scope'): at most one of 'image_id', 'version_id' could be set.
289
+ :param page_size:
290
+ :param page:
291
+ :param order_by:
279
292
:return: :class:`List[ListLocalImagesResponse] <List[ListLocalImagesResponse]>`
280
293
281
294
Usage:
Original file line number Diff line number Diff line change @@ -240,6 +240,13 @@ def list_local_images(
240
240
order_by : ListLocalImagesRequestOrderBy = ListLocalImagesRequestOrderBy .CREATED_AT_ASC ,
241
241
) -> ListLocalImagesResponse :
242
242
"""
243
+ List local images from a specific image or version
244
+ :param image_id: One-of ('scope'): at most one of 'image_id', 'version_id' could be set.
245
+ :param version_id: One-of ('scope'): at most one of 'image_id', 'version_id' could be set.
246
+ :param page_size:
247
+ :param page:
248
+ :param order_by:
249
+ :return: :class:`ListLocalImagesResponse <ListLocalImagesResponse>`
243
250
244
251
Usage:
245
252
::
@@ -276,6 +283,12 @@ def list_local_images_all(
276
283
order_by : Optional [ListLocalImagesRequestOrderBy ] = None ,
277
284
) -> List [LocalImage ]:
278
285
"""
286
+ List local images from a specific image or version
287
+ :param image_id: One-of ('scope'): at most one of 'image_id', 'version_id' could be set.
288
+ :param version_id: One-of ('scope'): at most one of 'image_id', 'version_id' could be set.
289
+ :param page_size:
290
+ :param page:
291
+ :param order_by:
279
292
:return: :class:`List[ListLocalImagesResponse] <List[ListLocalImagesResponse]>`
280
293
281
294
Usage:
You can’t perform that action at this time.
0 commit comments