ProcessSetSpecification

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

Bases: object

Collection of regular expression specifications used to identify the processes to be monitored.

Methods

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

Attributes

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

Initializes a new ProcessSetSpecification 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.ProcessSetSpecificationDetails]) – The value to assign to the items property of this ProcessSetSpecification.
items

[Required] Gets the items of this ProcessSetSpecification. List of Process Set specification details.

Returns:The items of this ProcessSetSpecification.
Return type:list[oci.stack_monitoring.models.ProcessSetSpecificationDetails]