LogAnalyticsProperty¶
-
class
oci.log_analytics.models.
LogAnalyticsProperty
(**kwargs)¶ Bases:
object
A property represented as a name-value pair.
Methods
__init__
(**kwargs)Initializes a new LogAnalyticsProperty object with values from keyword arguments. Attributes
name
[Required] Gets the name of this LogAnalyticsProperty. value
Gets the value of this LogAnalyticsProperty. -
__init__
(**kwargs)¶ Initializes a new LogAnalyticsProperty 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 LogAnalyticsProperty.
- value (str) – The value to assign to the value property of this LogAnalyticsProperty.
-
name
¶ [Required] Gets the name of this LogAnalyticsProperty. The property name.
Returns: The name of this LogAnalyticsProperty. Return type: str
-
value
¶ Gets the value of this LogAnalyticsProperty. The property value.
Returns: The value of this LogAnalyticsProperty. Return type: str
-