LogAnalyticsEntityTopologyCollection

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

Bases: object

Collection of log analytics entity topologies.

Methods

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

Attributes

items [Required] Gets the items of this LogAnalyticsEntityTopologyCollection.
__init__(**kwargs)

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

Parameters:items (list[oci.log_analytics.models.LogAnalyticsEntityTopologySummary]) – The value to assign to the items property of this LogAnalyticsEntityTopologyCollection.
items

[Required] Gets the items of this LogAnalyticsEntityTopologyCollection. Array of log analytics entity topologies.

Returns:The items of this LogAnalyticsEntityTopologyCollection.
Return type:list[oci.log_analytics.models.LogAnalyticsEntityTopologySummary]