LogAnalyticsPreference

class oci.log_analytics.models.LogAnalyticsPreference(**kwargs)

Bases: object

The preference information

Methods

__init__(**kwargs) Initializes a new LogAnalyticsPreference object with values from keyword arguments.

Attributes

name Gets the name of this LogAnalyticsPreference.
value Gets the value of this LogAnalyticsPreference.
__init__(**kwargs)

Initializes a new LogAnalyticsPreference 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 LogAnalyticsPreference.
  • value (str) – The value to assign to the value property of this LogAnalyticsPreference.
name

Gets the name of this LogAnalyticsPreference. The preference name.

Returns:The name of this LogAnalyticsPreference.
Return type:str
value

Gets the value of this LogAnalyticsPreference. The preference value.

Returns:The value of this LogAnalyticsPreference.
Return type:str