WorkerCollection

class oci.apm_synthetics.models.WorkerCollection(**kwargs)

Bases: object

The results of an On-premise VP worker search, which contains WorkerSummary items and other data in an APM domain.

Methods

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

Attributes

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

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

Parameters:items (list[oci.apm_synthetics.models.WorkerSummary]) – The value to assign to the items property of this WorkerCollection.
items

[Required] Gets the items of this WorkerCollection. List of WorkerSummary items.

Returns:The items of this WorkerCollection.
Return type:list[oci.apm_synthetics.models.WorkerSummary]