Class SourceSummaryReport
SourceSummaryReport
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class SourceSummaryReport
  Properties
AutoAssociationSourceCount
Declaration
[JsonProperty(PropertyName = "autoAssociationSourceCount")]
public int? AutoAssociationSourceCount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | The count of sources set to auto-associate.  | 
      
NonOobCount
Declaration
[JsonProperty(PropertyName = "nonOobCount")]
public int? NonOobCount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | The count of custom (user defined) sources.  | 
      
OobCount
Declaration
[JsonProperty(PropertyName = "oobCount")]
public int? OobCount { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | The count of built in sources.  |