AddEntityAssociationDetails

class oci.log_analytics.models.AddEntityAssociationDetails(**kwargs)

Bases: object

Information about the associations to be added between a source log analytics entity and other existing destination entities.

Methods

__init__(**kwargs) Initializes a new AddEntityAssociationDetails object with values from keyword arguments.

Attributes

association_entities [Required] Gets the association_entities of this AddEntityAssociationDetails.
__init__(**kwargs)

Initializes a new AddEntityAssociationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:association_entities (list[str]) – The value to assign to the association_entities property of this AddEntityAssociationDetails.
association_entities

[Required] Gets the association_entities of this AddEntityAssociationDetails. Destination entities OCIDs with which associations are to be added.

Returns:The association_entities of this AddEntityAssociationDetails.
Return type:list[str]