UnifiedAgentWindowsEventSource¶
-
class
oci.logging.models.
UnifiedAgentWindowsEventSource
(**kwargs)¶ Bases:
oci.logging.models.unified_agent_logging_source.UnifiedAgentLoggingSource
Windows events log source object.
Attributes
SOURCE_TYPE_CUSTOM_PLUGIN
str(object=’’) -> str SOURCE_TYPE_LOG_TAIL
str(object=’’) -> str SOURCE_TYPE_WINDOWS_EVENT_LOG
str(object=’’) -> str channels
[Required] Gets the channels of this UnifiedAgentWindowsEventSource. name
[Required] Gets the name of this UnifiedAgentLoggingSource. source_type
[Required] Gets the source_type of this UnifiedAgentLoggingSource. Methods
__init__
(**kwargs)Initializes a new UnifiedAgentWindowsEventSource object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
SOURCE_TYPE_CUSTOM_PLUGIN
= 'CUSTOM_PLUGIN'¶
-
SOURCE_TYPE_LOG_TAIL
= 'LOG_TAIL'¶
-
SOURCE_TYPE_WINDOWS_EVENT_LOG
= 'WINDOWS_EVENT_LOG'¶
-
__init__
(**kwargs)¶ Initializes a new UnifiedAgentWindowsEventSource object with values from keyword arguments. The default value of the
source_type
attribute of this class isWINDOWS_EVENT_LOG
and it should not be changed. 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 UnifiedAgentWindowsEventSource.
- source_type (str) – The value to assign to the source_type property of this UnifiedAgentWindowsEventSource. Allowed values for this property are: “LOG_TAIL”, “WINDOWS_EVENT_LOG”, “CUSTOM_PLUGIN”
- channels (list[str]) – The value to assign to the channels property of this UnifiedAgentWindowsEventSource.
-
channels
¶ [Required] Gets the channels of this UnifiedAgentWindowsEventSource. Windows event log channels.
Returns: The channels of this UnifiedAgentWindowsEventSource. Return type: list[str]
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
name
¶ [Required] Gets the name of this UnifiedAgentLoggingSource. Unique name for the source.
Returns: The name of this UnifiedAgentLoggingSource. Return type: str
-
source_type
¶ [Required] Gets the source_type of this UnifiedAgentLoggingSource. Unified schema logging source type.
Allowed values for this property are: “LOG_TAIL”, “WINDOWS_EVENT_LOG”, “CUSTOM_PLUGIN”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The source_type of this UnifiedAgentLoggingSource. Return type: str
-