LoggingQueryDataSourceSummaryDetails¶
-
class
oci.cloud_guard.models.
LoggingQueryDataSourceSummaryDetails
(**kwargs)¶ Bases:
oci.cloud_guard.models.data_source_summary_details.DataSourceSummaryDetails
Summary information for a logging query for a data source.
Attributes
DATA_SOURCE_FEED_PROVIDER_LOGGINGQUERY
str(object=’’) -> str DATA_SOURCE_FEED_PROVIDER_SCHEDULEDQUERY
str(object=’’) -> str data_source_detector_mapping_info
Gets the data_source_detector_mapping_info of this LoggingQueryDataSourceSummaryDetails. data_source_feed_provider
[Required] Gets the data_source_feed_provider of this DataSourceSummaryDetails. region_status_detail
Gets the region_status_detail of this LoggingQueryDataSourceSummaryDetails. regions
Gets the regions of this LoggingQueryDataSourceSummaryDetails. Methods
__init__
(**kwargs)Initializes a new LoggingQueryDataSourceSummaryDetails object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
DATA_SOURCE_FEED_PROVIDER_LOGGINGQUERY
= 'LOGGINGQUERY'¶
-
DATA_SOURCE_FEED_PROVIDER_SCHEDULEDQUERY
= 'SCHEDULEDQUERY'¶
-
__init__
(**kwargs)¶ Initializes a new LoggingQueryDataSourceSummaryDetails object with values from keyword arguments. The default value of the
data_source_feed_provider
attribute of this class isLOGGINGQUERY
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - data_source_feed_provider (str) – The value to assign to the data_source_feed_provider property of this LoggingQueryDataSourceSummaryDetails. Allowed values for this property are: “LOGGINGQUERY”, “SCHEDULEDQUERY”
- regions (list[str]) – The value to assign to the regions property of this LoggingQueryDataSourceSummaryDetails.
- data_source_detector_mapping_info (list[oci.cloud_guard.models.DataSourceMappingInfo]) – The value to assign to the data_source_detector_mapping_info property of this LoggingQueryDataSourceSummaryDetails.
- region_status_detail (list[oci.cloud_guard.models.RegionStatusDetail]) – The value to assign to the region_status_detail property of this LoggingQueryDataSourceSummaryDetails.
-
data_source_detector_mapping_info
¶ Gets the data_source_detector_mapping_info of this LoggingQueryDataSourceSummaryDetails. Data source mapping with detector recipe and detector rule
Returns: The data_source_detector_mapping_info of this LoggingQueryDataSourceSummaryDetails. Return type: list[oci.cloud_guard.models.DataSourceMappingInfo]
-
data_source_feed_provider
¶ [Required] Gets the data_source_feed_provider of this DataSourceSummaryDetails. Possible type of data source feed provider(LoggingQuery)
Allowed values for this property are: “LOGGINGQUERY”, “SCHEDULEDQUERY”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The data_source_feed_provider of this DataSourceSummaryDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
region_status_detail
¶ Gets the region_status_detail of this LoggingQueryDataSourceSummaryDetails. Data source query metadata replication region and status.
Returns: The region_status_detail of this LoggingQueryDataSourceSummaryDetails. Return type: list[oci.cloud_guard.models.RegionStatusDetail]
-
regions
¶ Gets the regions of this LoggingQueryDataSourceSummaryDetails. Data source customer-specified regions
Returns: The regions of this LoggingQueryDataSourceSummaryDetails. Return type: list[str]
-