Class ProcessSetSpecification
Collection of regular expression specifications used to identify the processes to be monitored.
Inherited Members
Namespace: Oci.StackmonitoringService.Models
Assembly: OCI.DotNetSDK.Stackmonitoring.dll
Syntax
public class ProcessSetSpecification
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ProcessSetSpecificationDetails> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ProcessSetSpecificationDetails> | List of Process Set specification details. |
Remarks
Required