ruạṛ
a O��f1@ � @ 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�bool� Configurationzdict(str, dict(str, object))zdict(str, str)�datetime�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 � logGroupId�displayName� isEnabled�lifecycleState�logTyper �definedTags�freeformTags�timeCreated�timeLastModified�retentionDuration� compartmentIdN)� swagger_types� 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= ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/logging/models/log_summary.py�__init__0 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>