LogAnalyticsConfigWorkRequestPayload

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

Bases: object

Methods

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

Attributes

entity_id Gets the entity_id of this LogAnalyticsConfigWorkRequestPayload.
lookup_reference Gets the lookup_reference of this LogAnalyticsConfigWorkRequestPayload.
lookup_reference_string Gets the lookup_reference_string of this LogAnalyticsConfigWorkRequestPayload.
source_name Gets the source_name of this LogAnalyticsConfigWorkRequestPayload.
__init__(**kwargs)

Initializes a new LogAnalyticsConfigWorkRequestPayload object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • source_name (str) – The value to assign to the source_name property of this LogAnalyticsConfigWorkRequestPayload.
  • entity_id (str) – The value to assign to the entity_id property of this LogAnalyticsConfigWorkRequestPayload.
  • lookup_reference (int) – The value to assign to the lookup_reference property of this LogAnalyticsConfigWorkRequestPayload.
  • lookup_reference_string (str) – The value to assign to the lookup_reference_string property of this LogAnalyticsConfigWorkRequestPayload.
entity_id

Gets the entity_id of this LogAnalyticsConfigWorkRequestPayload. The entity unique identifier.

Returns:The entity_id of this LogAnalyticsConfigWorkRequestPayload.
Return type:str
lookup_reference

Gets the lookup_reference of this LogAnalyticsConfigWorkRequestPayload. The lookup reference as an integer.

Returns:The lookup_reference of this LogAnalyticsConfigWorkRequestPayload.
Return type:int
lookup_reference_string

Gets the lookup_reference_string of this LogAnalyticsConfigWorkRequestPayload. lookupReference

Returns:The lookup_reference_string of this LogAnalyticsConfigWorkRequestPayload.
Return type:str
source_name

Gets the source_name of this LogAnalyticsConfigWorkRequestPayload. The source name.

Returns:The source_name of this LogAnalyticsConfigWorkRequestPayload.
Return type:str