ruạṛ
a ���f�@ � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdZdZdZdZdZ dZ d Zd d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Zd3d4� Zd5d6� Zd7d8� Zd9S ):� LogSummaryz+ Log object configuration summary. �CREATING�ACTIVE�UPDATING�INACTIVE�DELETING�FAILED�CUSTOM�SERVICEc K s� dddddddddddddd� | _ d d ddd ddddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a Initializes a new LogSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this LogSummary. :type id: str :param log_group_id: The value to assign to the log_group_id property of this LogSummary. :type log_group_id: str :param display_name: The value to assign to the display_name property of this LogSummary. :type display_name: str :param is_enabled: The value to assign to the is_enabled property of this LogSummary. :type is_enabled: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this LogSummary. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "INACTIVE", "DELETING", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param log_type: The value to assign to the log_type property of this LogSummary. Allowed values for this property are: "CUSTOM", "SERVICE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type log_type: str :param configuration: The value to assign to the configuration property of this LogSummary. :type configuration: oci.logging.models.Configuration :param defined_tags: The value to assign to the defined_tags property of this LogSummary. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this LogSummary. :type freeform_tags: dict(str, str) :param time_created: The value to assign to the time_created property of this LogSummary. :type time_created: datetime :param time_last_modified: The value to assign to the time_last_modified property of this LogSummary. :type time_last_modified: datetime :param retention_duration: The value to assign to the retention_duration property of this LogSummary. :type retention_duration: int :param compartment_id: The value to assign to the compartment_id property of this LogSummary. :type compartment_id: str �str�boolZ Configurationzdict(str, dict(str, object))zdict(str, str)Zdatetime�int) �id�log_group_id�display_name� is_enabled�lifecycle_state�log_type� configuration�defined_tags� freeform_tags�time_created�time_last_modified�retention_duration�compartment_idr Z logGroupIdZdisplayNameZ isEnabledZlifecycleStateZlogTyper ZdefinedTagsZfreeformTagsZtimeCreatedZtimeLastModifiedZretentionDurationZ compartmentIdN)Z swagger_typesZ attribute_map�_id� _log_group_id� _display_name�_is_enabled�_lifecycle_state� _log_type�_configuration� _defined_tags�_freeform_tags� _time_created�_time_last_modified�_retention_duration�_compartment_id)�self�kwargs� r. �B/usr/lib/python3.9/site-packages/oci/logging/models/log_summary.py�__init__2 sR ?��zLogSummary.__init__c C s | j S )z� **[Required]** Gets the id of this LogSummary. The OCID of the resource. :return: The id of this LogSummary. :rtype: str �r �r, r. r. r/ r � s z LogSummary.idc C s || _ dS )z� Sets the id of this LogSummary. The OCID of the resource. :param id: The id of this LogSummary. :type: str Nr1 )r, r r. r. r/ r � s c C s | j S )z� **[Required]** Gets the log_group_id of this LogSummary. Log group OCID. :return: The log_group_id of this LogSummary. :rtype: str �r r2 r. r. r/ r � s zLogSummary.log_group_idc C s || _ dS )z� Sets the log_group_id of this LogSummary. Log group OCID. :param log_group_id: The log_group_id of this LogSummary. :type: str Nr3 )r, r r. r. r/ r � s c C s | j S )a7 **[Required]** Gets the display_name of this LogSummary. The user-friendly display name. This must be unique within the enclosing resource, and it's changeable. Avoid entering confidential information. :return: The display_name of this LogSummary. :rtype: str �r! r2 r. r. r/ r � s zLogSummary.display_namec C s || _ dS )a3 Sets the display_name of this LogSummary. The user-friendly display name. This must be unique within the enclosing resource, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this LogSummary. :type: str Nr4 )r, r r. r. r/ r � s c C s | j S )z� Gets the is_enabled of this LogSummary. Whether or not this resource is currently enabled. :return: The is_enabled of this LogSummary. :rtype: bool �r"