ScheduledQueryDataSourceSummaryObjDetails

class oci.cloud_guard.models.ScheduledQueryDataSourceSummaryObjDetails(**kwargs)

Bases: oci.cloud_guard.models.data_source_summary_details.DataSourceSummaryDetails

The information about new Scheduled Query of type DataSourceSummary.

Attributes

DATA_SOURCE_FEED_PROVIDER_LOGGINGQUERY str(object=’’) -> str
DATA_SOURCE_FEED_PROVIDER_SCHEDULEDQUERY str(object=’’) -> str
data_source_feed_provider [Required] Gets the data_source_feed_provider of this DataSourceSummaryDetails.
description Gets the description of this ScheduledQueryDataSourceSummaryObjDetails.
interval_in_seconds Gets the interval_in_seconds of this ScheduledQueryDataSourceSummaryObjDetails.
region_status_detail Gets the region_status_detail of this ScheduledQueryDataSourceSummaryObjDetails.
scheduled_query_scope_details Gets the scheduled_query_scope_details of this ScheduledQueryDataSourceSummaryObjDetails.

Methods

__init__(**kwargs) Initializes a new ScheduledQueryDataSourceSummaryObjDetails 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 ScheduledQueryDataSourceSummaryObjDetails object with values from keyword arguments. The default value of the data_source_feed_provider attribute of this class is SCHEDULEDQUERY 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 ScheduledQueryDataSourceSummaryObjDetails. Allowed values for this property are: “LOGGINGQUERY”, “SCHEDULEDQUERY”
  • description (str) – The value to assign to the description property of this ScheduledQueryDataSourceSummaryObjDetails.
  • scheduled_query_scope_details (list[oci.cloud_guard.models.ScheduledQueryScopeDetail]) – The value to assign to the scheduled_query_scope_details property of this ScheduledQueryDataSourceSummaryObjDetails.
  • interval_in_seconds (int) – The value to assign to the interval_in_seconds property of this ScheduledQueryDataSourceSummaryObjDetails.
  • region_status_detail (list[oci.cloud_guard.models.RegionStatusDetail]) – The value to assign to the region_status_detail property of this ScheduledQueryDataSourceSummaryObjDetails.
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
description

Gets the description of this ScheduledQueryDataSourceSummaryObjDetails. Description for the scheduled query

Returns:The description of this ScheduledQueryDataSourceSummaryObjDetails.
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.

interval_in_seconds

Gets the interval_in_seconds of this ScheduledQueryDataSourceSummaryObjDetails. Interval in minutes in which the query is run periodically.

Returns:The interval_in_seconds of this ScheduledQueryDataSourceSummaryObjDetails.
Return type:int
region_status_detail

Gets the region_status_detail of this ScheduledQueryDataSourceSummaryObjDetails. DataSource query metadata replication region and status.

Returns:The region_status_detail of this ScheduledQueryDataSourceSummaryObjDetails.
Return type:list[oci.cloud_guard.models.RegionStatusDetail]
scheduled_query_scope_details

Gets the scheduled_query_scope_details of this ScheduledQueryDataSourceSummaryObjDetails. Target information in which scheduled query will be run

Returns:The scheduled_query_scope_details of this ScheduledQueryDataSourceSummaryObjDetails.
Return type:list[oci.cloud_guard.models.ScheduledQueryScopeDetail]