Show / Hide Table of Contents

Class ScheduledQueryDataSourceSummaryObjDetails

The information about new Scheduled Query of type DataSourceSummary.

Inheritance
object
DataSourceSummaryDetails
ScheduledQueryDataSourceSummaryObjDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top