AddLogAnalyticsLogGroupDetails¶
-
class
oci.integration.models.AddLogAnalyticsLogGroupDetails(**kwargs)¶ Bases:
objectInput payload to ADD Log Analytics Log Group for given IntegrationInstance. Some actions may not be applicable to specific integration types.
Attributes
ATTACHMENT_TYPE_PROCESS_AUTOMATIONA constant which can be used with the attachment_type property of a AddLogAnalyticsLogGroupDetails. attachment_typeGets the attachment_type of this AddLogAnalyticsLogGroupDetails. log_group_id[Required] Gets the log_group_id of this AddLogAnalyticsLogGroupDetails. Methods
__init__(**kwargs)Initializes a new AddLogAnalyticsLogGroupDetails object with values from keyword arguments. -
ATTACHMENT_TYPE_PROCESS_AUTOMATION= 'PROCESS_AUTOMATION'¶ A constant which can be used with the attachment_type property of a AddLogAnalyticsLogGroupDetails. This constant has a value of “PROCESS_AUTOMATION”
-
__init__(**kwargs)¶ Initializes a new AddLogAnalyticsLogGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - log_group_id (str) – The value to assign to the log_group_id property of this AddLogAnalyticsLogGroupDetails.
- attachment_type (str) – The value to assign to the attachment_type property of this AddLogAnalyticsLogGroupDetails. Allowed values for this property are: “PROCESS_AUTOMATION”
-
attachment_type¶ Gets the attachment_type of this AddLogAnalyticsLogGroupDetails. Type of attachment. Supported at this include PROCESS_AUTOMATION
Allowed values for this property are: “PROCESS_AUTOMATION”
Returns: The attachment_type of this AddLogAnalyticsLogGroupDetails. Return type: str
-
log_group_id¶ [Required] Gets the log_group_id of this AddLogAnalyticsLogGroupDetails. Log Group ocid.
Returns: The log_group_id of this AddLogAnalyticsLogGroupDetails. Return type: str
-