ContainerCollection

class oci.container_instances.models.ContainerCollection(**kwargs)

Bases: object

A list of containers.

Methods

__init__(**kwargs) Initializes a new ContainerCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this ContainerCollection.
__init__(**kwargs)

Initializes a new ContainerCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.container_instances.models.ContainerSummary]) – The value to assign to the items property of this ContainerCollection.
items

[Required] Gets the items of this ContainerCollection. List of containers.

Returns:The items of this ContainerCollection.
Return type:list[oci.container_instances.models.ContainerSummary]