ContainerInstanceCollection¶
- 
class oci.container_instances.models.ContainerInstanceCollection(**kwargs)¶
- Bases: - object- Summary information about a list of container instances. - Methods - __init__(**kwargs)- Initializes a new ContainerInstanceCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ContainerInstanceCollection. - 
__init__(**kwargs)¶
- Initializes a new ContainerInstanceCollection 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.ContainerInstanceSummary]) – The value to assign to the items property of this ContainerInstanceCollection. 
 - 
items¶
- [Required] Gets the items of this ContainerInstanceCollection. List of container instances. - Returns: - The items of this ContainerInstanceCollection. - Return type: - list[oci.container_instances.models.ContainerInstanceSummary] 
 
-