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
contexts
Gets the contexts of this LogAnalyticsEntityTopologyLink. destination_entity_id
[Required] Gets the destination_entity_id of this LogAnalyticsEntityTopologyLink. source_entity_id
[Required] Gets the source_entity_id of this LogAnalyticsEntityTopologyLink. time_last_discovered
Gets the time_last_discovered 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.
- contexts (list[str]) – The value to assign to the contexts property of this LogAnalyticsEntityTopologyLink.
- time_last_discovered (datetime) – The value to assign to the time_last_discovered property of this LogAnalyticsEntityTopologyLink.
-
contexts
¶ Gets the contexts of this LogAnalyticsEntityTopologyLink. Array of log analytics entity relationship context.
Returns: The contexts of this LogAnalyticsEntityTopologyLink. Return type: list[str]
-
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
-
time_last_discovered
¶ Gets the time_last_discovered of this LogAnalyticsEntityTopologyLink. The date and time the resource was last discovered, in the format defined by RFC3339.
Returns: The time_last_discovered of this LogAnalyticsEntityTopologyLink. Return type: datetime
-