📂 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_summary.cpython-39.pyc
a ���f#H � @ 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� �Zd2d3� Zd4d5� Z d6d7� Z!d8S )9�VaultSummaryz# The details of the Vault. �CREATING�ACTIVE�DELETING�DELETED�PENDING_DELETION�SCHEDULING_DELETION�CANCELLING_DELETION�UPDATING�BACKUP_IN_PROGRESS� RESTORING�VIRTUAL_PRIVATE�EXTERNAL�DEFAULTc K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new VaultSummary 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 VaultSummary. :type compartment_id: str :param crypto_endpoint: The value to assign to the crypto_endpoint property of this VaultSummary. :type crypto_endpoint: str :param defined_tags: The value to assign to the defined_tags property of this VaultSummary. :type defined_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this VaultSummary. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this VaultSummary. :type freeform_tags: dict(str, str) :param id: The value to assign to the id property of this VaultSummary. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this VaultSummary. 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 VaultSummary. :type management_endpoint: str :param time_created: The value to assign to the time_created property of this VaultSummary. :type time_created: datetime :param vault_type: The value to assign to the vault_type property of this VaultSummary. Allowed values for this property are: "VIRTUAL_PRIVATE", "EXTERNAL", "DEFAULT", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type vault_type: str :param external_key_manager_metadata_summary: The value to assign to the external_key_manager_metadata_summary property of this VaultSummary. :type external_key_manager_metadata_summary: oci.key_management.models.ExternalKeyManagerMetadataSummary �strzdict(str, dict(str, object))zdict(str, str)ZdatetimeZ!ExternalKeyManagerMetadataSummary)�compartment_id�crypto_endpoint�defined_tags�display_name� freeform_tags�id�lifecycle_state�management_endpoint�time_created� vault_type�%external_key_manager_metadata_summaryZ compartmentIdZcryptoEndpointZdefinedTagsZdisplayNameZfreeformTagsr ZlifecycleStateZmanagementEndpointZtimeCreatedZ vaultTypeZ!externalKeyManagerMetadataSummaryN) Z swagger_typesZ attribute_map�_compartment_id�_crypto_endpoint� _defined_tags� _display_name�_freeform_tags�_id�_lifecycle_state�_management_endpoint� _time_created�_vault_type�&_external_key_manager_metadata_summary)�self�kwargs� r- �K/usr/lib/python3.9/site-packages/oci/key_management/models/vault_summary.py�__init__F sF 7��zVaultSummary.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this VaultSummary. The OCID of the compartment that contains a particular vault. :return: The compartment_id of this VaultSummary. :rtype: str �r �r+ r- r- r. r � s zVaultSummary.compartment_idc C s || _ dS )z� Sets the compartment_id of this VaultSummary. The OCID of the compartment that contains a particular vault. :param compartment_id: The compartment_id of this VaultSummary. :type: str Nr0 )r+ r r- r- r. r � s c C s | j S )an **[Required]** Gets the crypto_endpoint of this VaultSummary. The service endpoint to perform cryptographic operations against. Cryptographic operations include `Encrypt`__, `Decrypt`__, and `GenerateDataEncryptionKey`__ operations. __ https://docs.cloud.oracle.com/api/#/en/key/latest/EncryptedData/Encrypt __ https://docs.cloud.oracle.com/api/#/en/key/latest/DecryptedData/Decrypt __ https://docs.cloud.oracle.com/api/#/en/key/latest/GeneratedKey/GenerateDataEncryptionKey :return: The crypto_endpoint of this VaultSummary. :rtype: str �r! r1 r- r- r. r � s zVaultSummary.crypto_endpointc C s || _ dS )am Sets the crypto_endpoint of this VaultSummary. The service endpoint to perform cryptographic operations against. Cryptographic operations include `Encrypt`__, `Decrypt`__, and `GenerateDataEncryptionKey`__ operations. __ https://docs.cloud.oracle.com/api/#/en/key/latest/EncryptedData/Encrypt __ https://docs.cloud.oracle.com/api/#/en/key/latest/DecryptedData/Decrypt __ https://docs.cloud.oracle.com/api/#/en/key/latest/GeneratedKey/GenerateDataEncryptionKey :param crypto_endpoint: The crypto_endpoint of this VaultSummary. :type: str Nr2 )r+ r r- r- r. r � s c C s | j S )a� Gets the defined_tags of this VaultSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this VaultSummary. :rtype: dict(str, dict(str, object)) �r"