DataSourceSummaryDetails¶
-
class
oci.cloud_guard.models.
DataSourceSummaryDetails
(**kwargs)¶ Bases:
object
Summary information for a data source of a specified data source type.
Attributes
DATA_SOURCE_FEED_PROVIDER_LOGGINGQUERY
A constant which can be used with the data_source_feed_provider property of a DataSourceSummaryDetails. DATA_SOURCE_FEED_PROVIDER_SCHEDULEDQUERY
A constant which can be used with the data_source_feed_provider property of a DataSourceSummaryDetails. data_source_feed_provider
[Required] Gets the data_source_feed_provider of this DataSourceSummaryDetails. Methods
__init__
(**kwargs)Initializes a new DataSourceSummaryDetails 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'¶ A constant which can be used with the data_source_feed_provider property of a DataSourceSummaryDetails. This constant has a value of “LOGGINGQUERY”
-
DATA_SOURCE_FEED_PROVIDER_SCHEDULEDQUERY
= 'SCHEDULEDQUERY'¶ A constant which can be used with the data_source_feed_provider property of a DataSourceSummaryDetails. This constant has a value of “SCHEDULEDQUERY”
-
__init__
(**kwargs)¶ Initializes a new DataSourceSummaryDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
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 DataSourceSummaryDetails. 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’.
-
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.
-