ChangeLogLogGroupDetails¶
-
class
oci.logging.models.
ChangeLogLogGroupDetails
(**kwargs)¶ Bases:
object
Contains details indicating which log group the log should move to.
Methods
__init__
(**kwargs)Initializes a new ChangeLogLogGroupDetails object with values from keyword arguments. Attributes
target_log_group_id
Gets the target_log_group_id of this ChangeLogLogGroupDetails. -
__init__
(**kwargs)¶ Initializes a new ChangeLogLogGroupDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: target_log_group_id (str) – The value to assign to the target_log_group_id property of this ChangeLogLogGroupDetails.
-
target_log_group_id
¶ Gets the target_log_group_id of this ChangeLogLogGroupDetails. Log group OCID.
Returns: The target_log_group_id of this ChangeLogLogGroupDetails. Return type: str
-