📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
key_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/key_management/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vault.cpython-39.pyc
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 ZdZ dZd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Z e jd7d6� �Z ed8d9� �Z!e!jd:d9� �Z!ed;d<� �Z"e"jd=d<� �Z"ed>d?� �Z#e#jd@d?� �Z#edAdB� �Z$e$jdCdB� �Z$dDdE� Z%dFdG� Z&dHdI� Z'dJS )K�VaultzU The logical entity where the Vault service creates and durably stores keys. �CREATING�ACTIVE�DELETING�DELETED�PENDING_DELETION�SCHEDULING_DELETION�CANCELLING_DELETION�UPDATING�BACKUP_IN_PROGRESS� RESTORING�VIRTUAL_PRIVATE�DEFAULT�EXTERNALc K s� dddddddddddddddddd�| _ d d ddd ddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a8 Initializes a new Vault object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this Vault. :type compartment_id: str :param crypto_endpoint: The value to assign to the crypto_endpoint property of this Vault. :type crypto_endpoint: str :param defined_tags: The value to assign to the defined_tags property of this Vault. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this Vault. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this Vault. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this Vault. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this Vault. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", "PENDING_DELETION", "SCHEDULING_DELETION", "CANCELLING_DELETION", "UPDATING", "BACKUP_IN_PROGRESS", "RESTORING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param management_endpoint: The value to assign to the management_endpoint property of this Vault. :type management_endpoint: str :param time_created: The value to assign to the time_created property of this Vault. :type time_created: datetime :param time_of_deletion: The value to assign to the time_of_deletion property of this Vault. :type time_of_deletion: datetime :param vault_type: The value to assign to the vault_type property of this Vault. Allowed values for this property are: "VIRTUAL_PRIVATE", "DEFAULT", "EXTERNAL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type vault_type: str :param restored_from_vault_id: The value to assign to the restored_from_vault_id property of this Vault. :type restored_from_vault_id: str :param wrappingkey_id: The value to assign to the wrappingkey_id property of this Vault. :type wrappingkey_id: str :param replica_details: The value to assign to the replica_details property of this Vault. :type replica_details: oci.key_management.models.VaultReplicaDetails :param is_primary: The value to assign to the is_primary property of this Vault. :type is_primary: bool :param is_vault_replicable: The value to assign to the is_vault_replicable property of this Vault. :type is_vault_replicable: bool :param external_key_manager_metadata_summary: The value to assign to the external_key_manager_metadata_summary property of this Vault. :type external_key_manager_metadata_summary: oci.key_management.models.ExternalKeyManagerMetadataSummary �strzdict(str, dict(str, object))zdict(str, str)ZdatetimeZVaultReplicaDetails�boolZ!ExternalKeyManagerMetadataSummary)�compartment_id�crypto_endpoint�defined_tags�display_name� freeform_tags�id�lifecycle_state�management_endpoint�time_created�time_of_deletion� vault_type�restored_from_vault_id�wrappingkey_id�replica_details� is_primary�is_vault_replicable�%external_key_manager_metadata_summaryZ compartmentIdZcryptoEndpointZdefinedTagsZdisplayNameZfreeformTagsr ZlifecycleStateZmanagementEndpointZtimeCreatedZtimeOfDeletionZ vaultTypeZrestoredFromVaultIdZ wrappingkeyIdZreplicaDetailsZ isPrimaryZisVaultReplicableZ!externalKeyManagerMetadataSummaryN)Z swagger_typesZ attribute_map�_compartment_id�_crypto_endpoint� _defined_tags� _display_name�_freeform_tags�_id�_lifecycle_state�_management_endpoint� _time_created�_time_of_deletion�_vault_type�_restored_from_vault_id�_wrappingkey_id�_replica_details�_is_primary�_is_vault_replicable�&_external_key_manager_metadata_summary)�self�kwargs� r: �C/usr/lib/python3.9/site-packages/oci/key_management/models/vault.py�__init__F sj O��zVault.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this Vault. The OCID of the compartment that contains this vault. :return: The compartment_id of this Vault. :rtype: str �r'