LogAnalyticsEmBridgeCollection¶
-
class
oci.log_analytics.models.
LogAnalyticsEmBridgeCollection
(**kwargs)¶ Bases:
object
Collection of log analytics enterprise manager bridges.
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsEmBridgeCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this LogAnalyticsEmBridgeCollection. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsEmBridgeCollection 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.LogAnalyticsEmBridgeSummary]) – The value to assign to the items property of this LogAnalyticsEmBridgeCollection.
-
items
¶ [Required] Gets the items of this LogAnalyticsEmBridgeCollection. Array of log analytics enterprise manager bridges.
Returns: The items of this LogAnalyticsEmBridgeCollection. Return type: list[oci.log_analytics.models.LogAnalyticsEmBridgeSummary]
-