RemoveLogAnalyticsLogGroupDetails¶
-
class
oci.integration.models.RemoveLogAnalyticsLogGroupDetails(**kwargs)¶ Bases:
objectInput payload to remove Log Analytics Log Group for given IntegrationInstance or its supported attachments. 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 RemoveLogAnalyticsLogGroupDetails. attachment_typeGets the attachment_type of this RemoveLogAnalyticsLogGroupDetails. Methods
__init__(**kwargs)Initializes a new RemoveLogAnalyticsLogGroupDetails 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 RemoveLogAnalyticsLogGroupDetails. This constant has a value of “PROCESS_AUTOMATION”
-
__init__(**kwargs)¶ Initializes a new RemoveLogAnalyticsLogGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: attachment_type (str) – The value to assign to the attachment_type property of this RemoveLogAnalyticsLogGroupDetails. Allowed values for this property are: “PROCESS_AUTOMATION”
-
attachment_type¶ Gets the attachment_type of this RemoveLogAnalyticsLogGroupDetails. Type of attachment. Supported at this include PROCESS_AUTOMATION
Allowed values for this property are: “PROCESS_AUTOMATION”
Returns: The attachment_type of this RemoveLogAnalyticsLogGroupDetails. Return type: str
-