LogAnalyticsParameter¶
- 
class oci.log_analytics.models.LogAnalyticsParameter(**kwargs)¶
- Bases: - object- Methods - __init__(**kwargs)- Initializes a new LogAnalyticsParameter object with values from keyword arguments. - Attributes - default_value- Gets the default_value of this LogAnalyticsParameter. - description- Gets the description of this LogAnalyticsParameter. - is_active- Gets the is_active of this LogAnalyticsParameter. - name- Gets the name of this LogAnalyticsParameter. - source_id- Gets the source_id of this LogAnalyticsParameter. - 
__init__(**kwargs)¶
- Initializes a new LogAnalyticsParameter object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - default_value (str) – The value to assign to the default_value property of this LogAnalyticsParameter.
- description (str) – The value to assign to the description property of this LogAnalyticsParameter.
- is_active (bool) – The value to assign to the is_active property of this LogAnalyticsParameter.
- name (str) – The value to assign to the name property of this LogAnalyticsParameter.
- source_id (int) – The value to assign to the source_id property of this LogAnalyticsParameter.
 
 - 
default_value¶
- Gets the default_value of this LogAnalyticsParameter. The default value of the parameter. - Returns: - The default_value of this LogAnalyticsParameter. - Return type: - str 
 - 
description¶
- Gets the description of this LogAnalyticsParameter. The parameter description. - Returns: - The description of this LogAnalyticsParameter. - Return type: - str 
 - 
is_active¶
- Gets the is_active of this LogAnalyticsParameter. A flag indicating whether or not the parameter is active. - Returns: - The is_active of this LogAnalyticsParameter. - Return type: - bool 
 - 
name¶
- Gets the name of this LogAnalyticsParameter. The parameter name. - Returns: - The name of this LogAnalyticsParameter. - Return type: - str 
 - 
source_id¶
- Gets the source_id of this LogAnalyticsParameter. The source unique identifier. - Returns: - The source_id of this LogAnalyticsParameter. - Return type: - int 
 
-