EffectivePropertySummary¶
-
class
oci.log_analytics.models.
EffectivePropertySummary
(**kwargs)¶ Bases:
object
A property and its effective value details.
Methods
__init__
(**kwargs)Initializes a new EffectivePropertySummary object with values from keyword arguments. Attributes
effective_level
Gets the effective_level of this EffectivePropertySummary. name
[Required] Gets the name of this EffectivePropertySummary. patterns
Gets the patterns of this EffectivePropertySummary. value
Gets the value of this EffectivePropertySummary. -
__init__
(**kwargs)¶ Initializes a new EffectivePropertySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - name (str) – The value to assign to the name property of this EffectivePropertySummary.
- value (str) – The value to assign to the value property of this EffectivePropertySummary.
- effective_level (str) – The value to assign to the effective_level property of this EffectivePropertySummary.
- patterns (list[oci.log_analytics.models.PatternOverride]) – The value to assign to the patterns property of this EffectivePropertySummary.
-
effective_level
¶ Gets the effective_level of this EffectivePropertySummary. The level from which the effective value was determined.
Returns: The effective_level of this EffectivePropertySummary. Return type: str
-
name
¶ [Required] Gets the name of this EffectivePropertySummary. The property name.
Returns: The name of this EffectivePropertySummary. Return type: str
-
patterns
¶ Gets the patterns of this EffectivePropertySummary. A list of pattern level override values for the property.
Returns: The patterns of this EffectivePropertySummary. Return type: list[oci.log_analytics.models.PatternOverride]
-
value
¶ Gets the value of this EffectivePropertySummary. The effective value of the property. This is determined by considering the value set at the most effective level.
Returns: The value of this EffectivePropertySummary. Return type: str
-