UpsertLogAnalyticsAssociationDetails¶
-
class
oci.log_analytics.models.
UpsertLogAnalyticsAssociationDetails
(**kwargs)¶ Bases:
object
The required information to update or create a list of associations.
Methods
__init__
(**kwargs)Initializes a new UpsertLogAnalyticsAssociationDetails object with values from keyword arguments. Attributes
compartment_id
Gets the compartment_id of this UpsertLogAnalyticsAssociationDetails. items
Gets the items of this UpsertLogAnalyticsAssociationDetails. -
__init__
(**kwargs)¶ Initializes a new UpsertLogAnalyticsAssociationDetails 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 UpsertLogAnalyticsAssociationDetails.
- items (list[oci.log_analytics.models.UpsertLogAnalyticsAssociation]) – The value to assign to the items property of this UpsertLogAnalyticsAssociationDetails.
-
compartment_id
¶ Gets the compartment_id of this UpsertLogAnalyticsAssociationDetails. The compartment ID
Returns: The compartment_id of this UpsertLogAnalyticsAssociationDetails. Return type: str
-
items
¶ Gets the items of this UpsertLogAnalyticsAssociationDetails. The information required to create or update an association.
Returns: The items of this UpsertLogAnalyticsAssociationDetails. Return type: list[oci.log_analytics.models.UpsertLogAnalyticsAssociation]
-