UnifiedAgentTailSourceAdvancedOptions¶
-
class
oci.logging.models.
UnifiedAgentTailSourceAdvancedOptions
(**kwargs)¶ Bases:
object
Advanced options for logging configuration
Methods
__init__
(**kwargs)Initializes a new UnifiedAgentTailSourceAdvancedOptions object with values from keyword arguments. Attributes
is_read_from_head
Gets the is_read_from_head of this UnifiedAgentTailSourceAdvancedOptions. -
__init__
(**kwargs)¶ Initializes a new UnifiedAgentTailSourceAdvancedOptions object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_read_from_head (bool) – The value to assign to the is_read_from_head property of this UnifiedAgentTailSourceAdvancedOptions.
-
is_read_from_head
¶ Gets the is_read_from_head of this UnifiedAgentTailSourceAdvancedOptions. Starts to read the logs from the head of the file or the last read position recorded in pos_file, not tail.
Returns: The is_read_from_head of this UnifiedAgentTailSourceAdvancedOptions. Return type: bool
-