DeleteLogAnalyticsAssociationDetails¶
-
class
oci.log_analytics.models.
DeleteLogAnalyticsAssociationDetails
(**kwargs)¶ Bases:
object
The information required to delete a list of associations.
Methods
__init__
(**kwargs)Initializes a new DeleteLogAnalyticsAssociationDetails object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this DeleteLogAnalyticsAssociationDetails. items
Gets the items of this DeleteLogAnalyticsAssociationDetails. -
__init__
(**kwargs)¶ Initializes a new DeleteLogAnalyticsAssociationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - compartment_id (str) – The value to assign to the compartment_id property of this DeleteLogAnalyticsAssociationDetails.
- items (list[oci.log_analytics.models.DeleteLogAnalyticsAssociation]) – The value to assign to the items property of this DeleteLogAnalyticsAssociationDetails.
-
compartment_id
¶ Gets the compartment_id of this DeleteLogAnalyticsAssociationDetails. The compartment ID
Returns: The compartment_id of this DeleteLogAnalyticsAssociationDetails. Return type: str
-
items
¶ Gets the items of this DeleteLogAnalyticsAssociationDetails. The information required to delete an association.
Returns: The items of this DeleteLogAnalyticsAssociationDetails. Return type: list[oci.log_analytics.models.DeleteLogAnalyticsAssociation]
-