LogAnalyticsEntityTopologySummary¶
-
class
oci.log_analytics.models.
LogAnalyticsEntityTopologySummary
(**kwargs)¶ Bases:
object
Log Analytics Entity topology that contains a set of log analytics entities and a set of relationships between those.
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsEntityTopologySummary object with values from keyword arguments. Attributes
links
[Required] Gets the links of this LogAnalyticsEntityTopologySummary. nodes
[Required] Gets the nodes of this LogAnalyticsEntityTopologySummary. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsEntityTopologySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - nodes (oci.log_analytics.models.LogAnalyticsEntityCollection) – The value to assign to the nodes property of this LogAnalyticsEntityTopologySummary.
- links (oci.log_analytics.models.LogAnalyticsEntityTopologyLinkCollection) – The value to assign to the links property of this LogAnalyticsEntityTopologySummary.
-
links
¶ [Required] Gets the links of this LogAnalyticsEntityTopologySummary.
Returns: The links of this LogAnalyticsEntityTopologySummary. Return type: oci.log_analytics.models.LogAnalyticsEntityTopologyLinkCollection
-
nodes
¶ [Required] Gets the nodes of this LogAnalyticsEntityTopologySummary.
Returns: The nodes of this LogAnalyticsEntityTopologySummary. Return type: oci.log_analytics.models.LogAnalyticsEntityCollection
-