DiscoveryJobCollection

class oci.stack_monitoring.models.DiscoveryJobCollection(**kwargs)

Bases: object

Result of the discovery Job search

Methods

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

Attributes

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

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

Parameters:items (list[oci.stack_monitoring.models.DiscoveryJobSummary]) – The value to assign to the items property of this DiscoveryJobCollection.
items

[Required] Gets the items of this DiscoveryJobCollection. List of Discovery jobs

Returns:The items of this DiscoveryJobCollection.
Return type:list[oci.stack_monitoring.models.DiscoveryJobSummary]