o
    ëÉ¶dä7  ã                   @   s8   d dl mZmZmZ d dlmZ eG dd„ deƒƒZdS )é    )Úformatted_flat_dictÚNONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc                   @   s‚  e Zd ZdZdd„ Zedd„ ƒZejdd„ ƒZedd„ ƒZejd	d„ ƒZed
d„ ƒZ	e	jdd„ ƒZ	edd„ ƒZ
e
jdd„ ƒZ
edd„ ƒZejdd„ ƒZedd„ ƒZejdd„ ƒZedd„ ƒZejdd„ ƒZedd„ ƒZejdd„ ƒZedd„ ƒZejdd„ ƒZedd „ ƒZejd!d „ ƒZed"d#„ ƒZejd$d#„ ƒZed%d&„ ƒZejd'd&„ ƒZed(d)„ ƒZejd*d)„ ƒZd+d,„ Zd-d.„ Zd/d0„ Zd1S )2ÚTableSummaryz
    Summary of the table.
    c                 K   s–   ddddddddddddddœ| _ dd	d
dddddddddddœ| _d| _d| _d| _d| _d| _d| _d| _d| _	d| _
d| _d| _d| _d| _dS )aš  
        Initializes a new TableSummary 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 TableSummary.
        :type id: str

        :param compartment_id:
            The value to assign to the compartment_id property of this TableSummary.
        :type compartment_id: str

        :param name:
            The value to assign to the name property of this TableSummary.
        :type name: str

        :param time_created:
            The value to assign to the time_created property of this TableSummary.
        :type time_created: datetime

        :param time_updated:
            The value to assign to the time_updated property of this TableSummary.
        :type time_updated: datetime

        :param table_limits:
            The value to assign to the table_limits property of this TableSummary.
        :type table_limits: oci.nosql.models.TableLimits

        :param lifecycle_state:
            The value to assign to the lifecycle_state property of this TableSummary.
        :type lifecycle_state: str

        :param lifecycle_details:
            The value to assign to the lifecycle_details property of this TableSummary.
        :type lifecycle_details: str

        :param is_auto_reclaimable:
            The value to assign to the is_auto_reclaimable property of this TableSummary.
        :type is_auto_reclaimable: bool

        :param time_of_expiration:
            The value to assign to the time_of_expiration property of this TableSummary.
        :type time_of_expiration: datetime

        :param freeform_tags:
            The value to assign to the freeform_tags property of this TableSummary.
        :type freeform_tags: dict(str, str)

        :param defined_tags:
            The value to assign to the defined_tags property of this TableSummary.
        :type defined_tags: dict(str, dict(str, object))

        :param system_tags:
            The value to assign to the system_tags property of this TableSummary.
        :type system_tags: dict(str, dict(str, object))

        ÚstrÚdatetimeZTableLimitsÚboolzdict(str, str)zdict(str, dict(str, object)))ÚidÚcompartment_idÚnameÚtime_createdÚtime_updatedÚtable_limitsÚlifecycle_stateÚlifecycle_detailsÚis_auto_reclaimableÚtime_of_expirationÚfreeform_tagsÚdefined_tagsÚsystem_tagsr
   ZcompartmentIdr   ZtimeCreatedZtimeUpdatedZtableLimitsZlifecycleStateZlifecycleDetailsZisAutoReclaimableZtimeOfExpirationZfreeformTagsZdefinedTagsZ
systemTagsN)Zswagger_typesZattribute_mapÚ_idÚ_compartment_idÚ_nameÚ_time_createdÚ_time_updatedÚ_table_limitsÚ_lifecycle_stateÚ_lifecycle_detailsÚ_is_auto_reclaimableÚ_time_of_expirationÚ_freeform_tagsÚ_defined_tagsÚ_system_tags)ÚselfÚkwargs© r&   úBusr/lib/python3.10/site-packages/oci/nosql/models/table_summary.pyÚ__init__   sR   ;óó
zTableSummary.__init__c                 C   ó   | j S )z¿
        **[Required]** Gets the id of this TableSummary.
        Unique identifier that is immutable on creation.


        :return: The id of this TableSummary.
        :rtype: str
        ©r   ©r$   r&   r&   r'   r
   z   ó   
zTableSummary.idc                 C   ó
   || _ dS )z±
        Sets the id of this TableSummary.
        Unique identifier that is immutable on creation.


        :param id: The id of this TableSummary.
        :type: str
        Nr*   )r$   r
   r&   r&   r'   r
   †   ó   

c                 C   r)   )z¾
        **[Required]** Gets the compartment_id of this TableSummary.
        Compartment Identifier.


        :return: The compartment_id of this TableSummary.
        :rtype: str
        ©r   r+   r&   r&   r'   r   ’   r,   zTableSummary.compartment_idc                 C   r-   )z¼
        Sets the compartment_id of this TableSummary.
        Compartment Identifier.


        :param compartment_id: The compartment_id of this TableSummary.
        :type: str
        Nr/   )r$   r   r&   r&   r'   r   ž   r.   c                 C   r)   )z®
        Gets the name of this TableSummary.
        Human-friendly table name, also immutable.


        :return: The name of this TableSummary.
        :rtype: str
        ©r   r+   r&   r&   r'   r   ª   r,   zTableSummary.namec                 C   r-   )z±
        Sets the name of this TableSummary.
        Human-friendly table name, also immutable.


        :param name: The name of this TableSummary.
        :type: str
        Nr0   )r$   r   r&   r&   r'   r   ¶   r.   c                 C   r)   )zê
        Gets the time_created of this TableSummary.
        The time the the table was created. An RFC3339 formatted
        datetime string.


        :return: The time_created of this TableSummary.
        :rtype: datetime
        ©r   r+   r&   r&   r'   r   Â   ó   zTableSummary.time_createdc                 C   r-   )zõ
        Sets the time_created of this TableSummary.
        The time the the table was created. An RFC3339 formatted
        datetime string.


        :param time_created: The time_created of this TableSummary.
        :type: datetime
        Nr1   )r$   r   r&   r&   r'   r   Ï   ó   
c                 C   r)   )zú
        Gets the time_updated of this TableSummary.
        The time the the table's metadata was last updated. An
        RFC3339 formatted datetime string.


        :return: The time_updated of this TableSummary.
        :rtype: datetime
        ©r   r+   r&   r&   r'   r   Ü   r2   zTableSummary.time_updatedc                 C   r-   )a  
        Sets the time_updated of this TableSummary.
        The time the the table's metadata was last updated. An
        RFC3339 formatted datetime string.


        :param time_updated: The time_updated of this TableSummary.
        :type: datetime
        Nr4   )r$   r   r&   r&   r'   r   é   r3   c                 C   r)   )z£
        Gets the table_limits of this TableSummary.

        :return: The table_limits of this TableSummary.
        :rtype: oci.nosql.models.TableLimits
        ©r   r+   r&   r&   r'   r   ö   s   zTableSummary.table_limitsc                 C   r-   )z®
        Sets the table_limits of this TableSummary.

        :param table_limits: The table_limits of this TableSummary.
        :type: oci.nosql.models.TableLimits
        Nr5   )r$   r   r&   r&   r'   r      s   
c                 C   r)   )z¯
        Gets the lifecycle_state of this TableSummary.
        The state of a table.


        :return: The lifecycle_state of this TableSummary.
        :rtype: str
        ©r   r+   r&   r&   r'   r   
  r,   zTableSummary.lifecycle_statec                 C   r-   )z½
        Sets the lifecycle_state of this TableSummary.
        The state of a table.


        :param lifecycle_state: The lifecycle_state of this TableSummary.
        :type: str
        Nr6   )r$   r   r&   r&   r'   r     r.   c                 C   r)   )zÔ
        Gets the lifecycle_details of this TableSummary.
        A message describing the current state in more detail.


        :return: The lifecycle_details of this TableSummary.
        :rtype: str
        ©r   r+   r&   r&   r'   r   "  r,   zTableSummary.lifecycle_detailsc                 C   r-   )zä
        Sets the lifecycle_details of this TableSummary.
        A message describing the current state in more detail.


        :param lifecycle_details: The lifecycle_details of this TableSummary.
        :type: str
        Nr7   )r$   r   r&   r&   r'   r   .  r.   c                 C   r)   )zÜ
        Gets the is_auto_reclaimable of this TableSummary.
        True if this table can be reclaimed after an idle period.


        :return: The is_auto_reclaimable of this TableSummary.
        :rtype: bool
        ©r   r+   r&   r&   r'   r   :  r,   z TableSummary.is_auto_reclaimablec                 C   r-   )zî
        Sets the is_auto_reclaimable of this TableSummary.
        True if this table can be reclaimed after an idle period.


        :param is_auto_reclaimable: The is_auto_reclaimable of this TableSummary.
        :type: bool
        Nr8   )r$   r   r&   r&   r'   r   F  r.   c                 C   r)   )a2  
        Gets the time_of_expiration of this TableSummary.
        If lifecycleState is INACTIVE, indicates when
        this table will be automatically removed.
        An RFC3339 formatted datetime string.


        :return: The time_of_expiration of this TableSummary.
        :rtype: datetime
        ©r    r+   r&   r&   r'   r   R  ó   zTableSummary.time_of_expirationc                 C   r-   )aC  
        Sets the time_of_expiration of this TableSummary.
        If lifecycleState is INACTIVE, indicates when
        this table will be automatically removed.
        An RFC3339 formatted datetime string.


        :param time_of_expiration: The time_of_expiration of this TableSummary.
        :type: datetime
        Nr9   )r$   r   r&   r&   r'   r   `  ó   
c                 C   r)   )aG  
        Gets the freeform_tags of this TableSummary.
        Simple key-value pair that is applied without any predefined
        name, type or scope. Exists for cross-compatibility only.
        Example: `{"bar-key": "value"}`


        :return: The freeform_tags of this TableSummary.
        :rtype: dict(str, str)
        ©r!   r+   r&   r&   r'   r   n  r:   zTableSummary.freeform_tagsc                 C   r-   )aS  
        Sets the freeform_tags of this TableSummary.
        Simple key-value pair that is applied without any predefined
        name, type or scope. Exists for cross-compatibility only.
        Example: `{"bar-key": "value"}`


        :param freeform_tags: The freeform_tags of this TableSummary.
        :type: dict(str, str)
        Nr<   )r$   r   r&   r&   r'   r   |  r;   c                 C   r)   )aB  
        Gets the defined_tags of this TableSummary.
        Defined tags for this resource. Each key is predefined and
        scoped to a namespace.  Example: `{"foo-namespace":
        {"bar-key": "value"}}`


        :return: The defined_tags of this TableSummary.
        :rtype: dict(str, dict(str, object))
        ©r"   r+   r&   r&   r'   r   Š  r:   zTableSummary.defined_tagsc                 C   r-   )aM  
        Sets the defined_tags of this TableSummary.
        Defined tags for this resource. Each key is predefined and
        scoped to a namespace.  Example: `{"foo-namespace":
        {"bar-key": "value"}}`


        :param defined_tags: The defined_tags of this TableSummary.
        :type: dict(str, dict(str, object))
        Nr=   )r$   r   r&   r&   r'   r   ˜  r;   c                 C   r)   )aÅ  
        Gets the system_tags of this TableSummary.
        Read-only system tag. These predefined keys are scoped to
        namespaces.  At present the only supported namespace is
        `"orcl-cloud"`; and the only key in that namespace is
        `"free-tier-retained"`.
        Example: `{"orcl-cloud"": {"free-tier-retained": "true"}}`


        :return: The system_tags of this TableSummary.
        :rtype: dict(str, dict(str, object))
        ©r#   r+   r&   r&   r'   r   ¦  s   zTableSummary.system_tagsc                 C   r-   )aÏ  
        Sets the system_tags of this TableSummary.
        Read-only system tag. These predefined keys are scoped to
        namespaces.  At present the only supported namespace is
        `"orcl-cloud"`; and the only key in that namespace is
        `"free-tier-retained"`.
        Example: `{"orcl-cloud"": {"free-tier-retained": "true"}}`


        :param system_tags: The system_tags of this TableSummary.
        :type: dict(str, dict(str, object))
        Nr>   )r$   r   r&   r&   r'   r   ¶  s   
c                 C   s   t | ƒS ©N)r   r+   r&   r&   r'   Ú__repr__Æ  s   zTableSummary.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r$   Úotherr&   r&   r'   Ú__eq__É  s   zTableSummary.__eq__c                 C   s
   | |k S r?   r&   rB   r&   r&   r'   Ú__ne__Ï  s   
zTableSummary.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r(   Úpropertyr
   Úsetterr   r   r   r   r   r   r   r   r   r   r   r   r@   rD   rE   r&   r&   r&   r'   r      st    h










	
	













r   N)Zoci.utilr   r   r   Zoci.decoratorsr   Úobjectr   r&   r&   r&   r'   Ú<module>   s   