LoggingAnalyticsTargetDetails¶
-
class
oci.sch.models.
LoggingAnalyticsTargetDetails
(**kwargs)¶ Bases:
oci.sch.models.target_details.TargetDetails
The destination log group for data transferred from the source. For configuration instructions, see Creating a Connector.
Attributes
KIND_FUNCTIONS
str(object=’’) -> str KIND_LOGGING_ANALYTICS
str(object=’’) -> str KIND_MONITORING
str(object=’’) -> str KIND_NOTIFICATIONS
str(object=’’) -> str KIND_OBJECT_STORAGE
str(object=’’) -> str KIND_STREAMING
str(object=’’) -> str kind
[Required] Gets the kind of this TargetDetails. log_group_id
[Required] Gets the log_group_id of this LoggingAnalyticsTargetDetails. log_source_identifier
Gets the log_source_identifier of this LoggingAnalyticsTargetDetails. Methods
__init__
(**kwargs)Initializes a new LoggingAnalyticsTargetDetails 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. -
KIND_FUNCTIONS
= 'functions'¶
-
KIND_LOGGING_ANALYTICS
= 'loggingAnalytics'¶
-
KIND_MONITORING
= 'monitoring'¶
-
KIND_NOTIFICATIONS
= 'notifications'¶
-
KIND_OBJECT_STORAGE
= 'objectStorage'¶
-
KIND_STREAMING
= 'streaming'¶
-
__init__
(**kwargs)¶ Initializes a new LoggingAnalyticsTargetDetails object with values from keyword arguments. The default value of the
kind
attribute of this class isloggingAnalytics
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - kind (str) – The value to assign to the kind property of this LoggingAnalyticsTargetDetails. Allowed values for this property are: “functions”, “loggingAnalytics”, “monitoring”, “notifications”, “objectStorage”, “streaming”
- log_group_id (str) – The value to assign to the log_group_id property of this LoggingAnalyticsTargetDetails.
- log_source_identifier (str) – The value to assign to the log_source_identifier property of this LoggingAnalyticsTargetDetails.
-
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.
-
kind
¶ [Required] Gets the kind of this TargetDetails. The type discriminator.
Allowed values for this property are: “functions”, “loggingAnalytics”, “monitoring”, “notifications”, “objectStorage”, “streaming”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The kind of this TargetDetails. Return type: str
-
log_group_id
¶ [Required] Gets the log_group_id of this LoggingAnalyticsTargetDetails. The OCID of the Logging Analytics log group.
Returns: The log_group_id of this LoggingAnalyticsTargetDetails. Return type: str
-
log_source_identifier
¶ Gets the log_source_identifier of this LoggingAnalyticsTargetDetails. Identifier of the log source that you want to use for processing data received from the connector source. Applies to StreamingSource only. Equivalent to name at
LogAnalyticsSource
.Returns: The log_source_identifier of this LoggingAnalyticsTargetDetails. Return type: str
-