ContainerImageCollection¶
-
class
oci.artifacts.models.
ContainerImageCollection
(**kwargs)¶ Bases:
object
List container image results.
Methods
__init__
(**kwargs)Initializes a new ContainerImageCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ContainerImageCollection. remaining_items_count
[Required] Gets the remaining_items_count of this ContainerImageCollection. -
__init__
(**kwargs)¶ Initializes a new ContainerImageCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - items (list[oci.artifacts.models.ContainerImageSummary]) – The value to assign to the items property of this ContainerImageCollection.
- remaining_items_count (int) – The value to assign to the remaining_items_count property of this ContainerImageCollection.
-
items
¶ [Required] Gets the items of this ContainerImageCollection. Page of matching container images.
Returns: The items of this ContainerImageCollection. Return type: list[oci.artifacts.models.ContainerImageSummary]
-
remaining_items_count
¶ [Required] Gets the remaining_items_count of this ContainerImageCollection. Estimated number of remaining results.
Returns: The remaining_items_count of this ContainerImageCollection. Return type: int
-