PatternOverride¶
-
class
oci.log_analytics.models.
PatternOverride
(**kwargs)¶ Bases:
object
Details of pattern level override for a property.
Methods
__init__
(**kwargs)Initializes a new PatternOverride object with values from keyword arguments. Attributes
effective_level
Gets the effective_level of this PatternOverride. id
[Required] Gets the id of this PatternOverride. value
[Required] Gets the value of this PatternOverride. -
__init__
(**kwargs)¶ Initializes a new PatternOverride object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this PatternOverride.
- value (str) – The value to assign to the value property of this PatternOverride.
- effective_level (str) – The value to assign to the effective_level property of this PatternOverride.
-
effective_level
¶ Gets the effective_level of this PatternOverride. The effective level of the property value.
Returns: The effective_level of this PatternOverride. Return type: str
-
id
¶ [Required] Gets the id of this PatternOverride. The pattern id.
Returns: The id of this PatternOverride. Return type: str
-
value
¶ [Required] Gets the value of this PatternOverride. The value of the property.
Returns: The value of this PatternOverride. Return type: str
-