Show / Hide Table of Contents

Class LoggingQueryDataSourceSummaryDetails

Summary information for a logging query for a data source.

Inheritance
object
DataSourceSummaryDetails
LoggingQueryDataSourceSummaryDetails
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 LoggingQueryDataSourceSummaryDetails : DataSourceSummaryDetails

Properties

DataSourceDetectorMappingInfo

Declaration
[JsonProperty(PropertyName = "dataSourceDetectorMappingInfo")]
public List<DataSourceMappingInfo> DataSourceDetectorMappingInfo { get; set; }
Property Value
Type Description
List<DataSourceMappingInfo>

Data source mapping with detector recipe and detector rule

RegionStatusDetail

Declaration
[JsonProperty(PropertyName = "regionStatusDetail")]
public List<RegionStatusDetail> RegionStatusDetail { get; set; }
Property Value
Type Description
List<RegionStatusDetail>

Data source query metadata replication region and status.

Regions

Declaration
[JsonProperty(PropertyName = "regions")]
public List<string> Regions { get; set; }
Property Value
Type Description
List<string>

Data source customer-specified regions

In this article
Back to top