LogAnalyticsEntityTopologyLink¶
-
class
oci.log_analytics.models.
LogAnalyticsEntityTopologyLink
(**kwargs)¶ Bases:
object
Log Analytics entity relationship link used in hierarchical representation of entity relationships topology.
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsEntityTopologyLink object with values from keyword arguments. Attributes
destination_entity_id
[Required] Gets the destination_entity_id of this LogAnalyticsEntityTopologyLink. source_entity_id
[Required] Gets the source_entity_id of this LogAnalyticsEntityTopologyLink. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsEntityTopologyLink object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - source_entity_id (str) – The value to assign to the source_entity_id property of this LogAnalyticsEntityTopologyLink.
- destination_entity_id (str) – The value to assign to the destination_entity_id property of this LogAnalyticsEntityTopologyLink.
-
destination_entity_id
¶ [Required] Gets the destination_entity_id of this LogAnalyticsEntityTopologyLink. The log analytics entity OCID. This ID is a reference used by log analytics features and it represents a resource that is provisioned and managed by the customer on their premises or on the cloud.
Returns: The destination_entity_id of this LogAnalyticsEntityTopologyLink. Return type: str
-
source_entity_id
¶ [Required] Gets the source_entity_id of this LogAnalyticsEntityTopologyLink. The log analytics entity OCID. This ID is a reference used by log analytics features and it represents a resource that is provisioned and managed by the customer on their premises or on the cloud.
Returns: The source_entity_id of this LogAnalyticsEntityTopologyLink. Return type: str
-