DiscoveryJobLogCollection¶
-
class
oci.stack_monitoring.models.
DiscoveryJobLogCollection
(**kwargs)¶ Bases:
object
List of logs of a job
Methods
__init__
(**kwargs)Initializes a new DiscoveryJobLogCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this DiscoveryJobLogCollection. -
__init__
(**kwargs)¶ Initializes a new DiscoveryJobLogCollection 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.DiscoveryJobLogSummary]) – The value to assign to the items property of this DiscoveryJobLogCollection.
-
items
¶ [Required] Gets the items of this DiscoveryJobLogCollection. List of logs
Returns: The items of this DiscoveryJobLogCollection. Return type: list[oci.stack_monitoring.models.DiscoveryJobLogSummary]
-