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.
-