ruạṛ
a ���f>2 � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�KeyStoreza A key store to connect to an on-premise encryption key appliance like Oracle Key Vault. �ACTIVE�DELETED�NEEDS_ATTENTIONc K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new KeyStore 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 KeyStore. :type id: str :param compartment_id: The value to assign to the compartment_id property of this KeyStore. :type compartment_id: str :param display_name: The value to assign to the display_name property of this KeyStore. :type display_name: str :param time_created: The value to assign to the time_created property of this KeyStore. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this KeyStore. Allowed values for this property are: "ACTIVE", "DELETED", "NEEDS_ATTENTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this KeyStore. :type lifecycle_details: str :param type_details: The value to assign to the type_details property of this KeyStore. :type type_details: oci.database.models.KeyStoreTypeDetails :param associated_databases: The value to assign to the associated_databases property of this KeyStore. :type associated_databases: list[oci.database.models.KeyStoreAssociatedDatabaseDetails] :param freeform_tags: The value to assign to the freeform_tags property of this KeyStore. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this KeyStore. :type defined_tags: dict(str, dict(str, object)) �strZdatetimeZKeyStoreTypeDetailsz'list[KeyStoreAssociatedDatabaseDetails]zdict(str, str)zdict(str, dict(str, object))) �id�compartment_id�display_name�time_created�lifecycle_state�lifecycle_details�type_details�associated_databases� freeform_tags�defined_tagsr Z compartmentIdZdisplayNameZtimeCreatedZlifecycleStateZlifecycleDetailsZtypeDetailsZassociatedDatabasesZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name� _time_created�_lifecycle_state�_lifecycle_details� _type_details�_associated_databases�_freeform_tags� _defined_tags)�self�kwargs� r! �A/usr/lib/python3.9/site-packages/oci/database/models/key_store.py�__init__ s@ 1�� zKeyStore.__init__c C s | j S )z� **[Required]** Gets the id of this KeyStore. The `OCID`__ of the key store. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this KeyStore. :rtype: str �r �r r! r! r"