CryptoEventAnalysis¶
-
class
oci.jms.models.
CryptoEventAnalysis
(**kwargs)¶ Bases:
object
CryptoEventAnalysis configuration
Methods
__init__
(**kwargs)Initializes a new CryptoEventAnalysis object with values from keyword arguments. Attributes
is_enabled
Gets the is_enabled of this CryptoEventAnalysis. summarized_events_log
Gets the summarized_events_log of this CryptoEventAnalysis. -
__init__
(**kwargs)¶ Initializes a new CryptoEventAnalysis object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_enabled (bool) – The value to assign to the is_enabled property of this CryptoEventAnalysis.
- summarized_events_log (oci.jms.models.SummarizedEventsLog) – The value to assign to the summarized_events_log property of this CryptoEventAnalysis.
-
is_enabled
¶ Gets the is_enabled of this CryptoEventAnalysis. CryptoEventAnalysis flag to store enabled or disabled status.
Returns: The is_enabled of this CryptoEventAnalysis. Return type: bool
-
summarized_events_log
¶ Gets the summarized_events_log of this CryptoEventAnalysis.
Returns: The summarized_events_log of this CryptoEventAnalysis. Return type: oci.jms.models.SummarizedEventsLog
-