EffectivePropertyCollection¶
-
class
oci.log_analytics.models.
EffectivePropertyCollection
(**kwargs)¶ Bases:
object
A collection of effective properties.
Methods
__init__
(**kwargs)Initializes a new EffectivePropertyCollection object with values from keyword arguments. Attributes
items
Gets the items of this EffectivePropertyCollection. -
__init__
(**kwargs)¶ Initializes a new EffectivePropertyCollection 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.EffectivePropertySummary]) – The value to assign to the items property of this EffectivePropertyCollection.
-
items
¶ Gets the items of this EffectivePropertyCollection. A list of properties and their effective values.
Returns: The items of this EffectivePropertyCollection. Return type: list[oci.log_analytics.models.EffectivePropertySummary]
-