UnifiedAgentCustomSection

class oci.logging.models.UnifiedAgentCustomSection(**kwargs)

Bases: object

Custom section in custom filter

Methods

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

Attributes

name Gets the name of this UnifiedAgentCustomSection.
params Gets the params of this UnifiedAgentCustomSection.
__init__(**kwargs)

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

Gets the name of this UnifiedAgentCustomSection. The name of the custom section

Returns:The name of this UnifiedAgentCustomSection.
Return type:str
params

Gets the params of this UnifiedAgentCustomSection. Parameters in the custom section

Returns:The params of this UnifiedAgentCustomSection.
Return type:dict(str, str)