UnifiedAgentLoggingDestination¶
-
class
oci.logging.models.
UnifiedAgentLoggingDestination
(**kwargs)¶ Bases:
object
Logging destination object.
Methods
__init__
(**kwargs)Initializes a new UnifiedAgentLoggingDestination object with values from keyword arguments. Attributes
log_object_id
[Required] Gets the log_object_id of this UnifiedAgentLoggingDestination. -
__init__
(**kwargs)¶ Initializes a new UnifiedAgentLoggingDestination object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: log_object_id (str) – The value to assign to the log_object_id property of this UnifiedAgentLoggingDestination.
-
log_object_id
¶ [Required] Gets the log_object_id of this UnifiedAgentLoggingDestination. The OCID of the resource.
Returns: The log_object_id of this UnifiedAgentLoggingDestination. Return type: str
-