Class ScheduledQueryDataSourceSummaryObjDetails
The information about new Scheduled Query of type DataSourceSummary.
Inherited Members
Namespace: Oci.CloudguardService.Models
Assembly: OCI.DotNetSDK.Cloudguard.dll
Syntax
public class ScheduledQueryDataSourceSummaryObjDetails : DataSourceSummaryDetails
Properties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Description for the scheduled query |
IntervalInSeconds
Declaration
[JsonProperty(PropertyName = "intervalInSeconds")]
public int? IntervalInSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Interval in minutes in which the query is run periodically. |
RegionStatusDetail
Declaration
[JsonProperty(PropertyName = "regionStatusDetail")]
public List<RegionStatusDetail> RegionStatusDetail { get; set; }
Property Value
| Type | Description |
|---|---|
| List<RegionStatusDetail> | DataSource query metadata replication region and status. |
ScheduledQueryScopeDetails
Declaration
[JsonProperty(PropertyName = "scheduledQueryScopeDetails")]
public List<ScheduledQueryScopeDetail> ScheduledQueryScopeDetails { get; set; }
Property Value
| Type | Description |
|---|---|
| List<ScheduledQueryScopeDetail> | Target information in which scheduled query will be run |