WorkRequestCollection

class oci.network_load_balancer.models.WorkRequestCollection(**kwargs)

Bases: object

Wrapper object for an array of WorkRequest objects.

Methods

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

Attributes

items Gets the items of this WorkRequestCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.network_load_balancer.models.WorkRequestSummary]) – The value to assign to the items property of this WorkRequestCollection.
items

Gets the items of this WorkRequestCollection. An array of WorkRequest objects.

Returns:The items of this WorkRequestCollection.
Return type:list[oci.network_load_balancer.models.WorkRequestSummary]