BatchJobPoolCollection

class oci.batch.models.BatchJobPoolCollection(**kwargs)

Bases: object

Results of a batch job pool search. Contains both batch job pool summary items and other information, such as metadata.

Methods

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

Attributes

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

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

Parameters:items (list[oci.batch.models.BatchJobPoolSummary]) – The value to assign to the items property of this BatchJobPoolCollection.
items

[Required] Gets the items of this BatchJobPoolCollection. List of batch job pools.

Returns:The items of this BatchJobPoolCollection.
Return type:list[oci.batch.models.BatchJobPoolSummary]