CustomLog

class oci.jms.models.CustomLog(**kwargs)

Bases: object

Custom Log for inventory or operation log.

Methods

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

Attributes

log_group_id [Required] Gets the log_group_id of this CustomLog.
log_id [Required] Gets the log_id of this CustomLog.
__init__(**kwargs)

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

Parameters:
  • log_group_id (str) – The value to assign to the log_group_id property of this CustomLog.
  • log_id (str) – The value to assign to the log_id property of this CustomLog.
log_group_id

[Required] Gets the log_group_id of this CustomLog. The OCID of the log group.

Returns:The log_group_id of this CustomLog.
Return type:str
log_id

[Required] Gets the log_id of this CustomLog. The OCID of the log.

Returns:The log_id of this CustomLog.
Return type:str