AssociableEntityCollection¶
-
class
oci.log_analytics.models.
AssociableEntityCollection
(**kwargs)¶ Bases:
object
The collection of entities that are eligible or ineligible to be associated to the source.
Methods
__init__
(**kwargs)Initializes a new AssociableEntityCollection object with values from keyword arguments. Attributes
items
Gets the items of this AssociableEntityCollection. -
__init__
(**kwargs)¶ Initializes a new AssociableEntityCollection 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.AssociableEntity]) – The value to assign to the items property of this AssociableEntityCollection.
-
items
¶ Gets the items of this AssociableEntityCollection. An array of entities.
Returns: The items of this AssociableEntityCollection. Return type: list[oci.log_analytics.models.AssociableEntity]
-