📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
key_management
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/key_management/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: vault.pyc
a O��f�S � @ 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 Zdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Z e jd9d8� �Z ed:d;� �Z!e!jd<d;� �Z!d=d>� Z"d?d@� Z#dAdB� Z$dCS )D�Vaultz Vault model. �CREATING�ACTIVE�DELETING�DELETED�PENDING_DELETION�SCHEDULING_DELETION�CANCELLING_DELETION�UPDATING�BACKUP_IN_PROGRESS� RESTORING�VIRTUAL_PRIVATE�DEFAULTc K s� dddddddddddddddd�| _ dd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a 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", '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 �strzdict(str, dict(str, object))zdict(str, str)�datetime�VaultReplicaDetails�bool)�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� compartmentId�cryptoEndpoint�definedTags�displayName�freeformTagsr �lifecycleState�managementEndpoint�timeCreated�timeOfDeletion� vaultType�restoredFromVaultId� wrappingkeyId�replicaDetails� isPrimaryN)� swagger_types� 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)�self�kwargs� rG ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/key_management/models/vault.py�__init__@ s^ G��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 �r6 �rE rG rG rH r � s zVault.compartment_idc C s || _ dS )z� Sets the compartment_id of this Vault. The OCID of the compartment that contains this vault. :param compartment_id: The compartment_id of this Vault. :type: str NrJ )rE r rG rG rH r � s c C s | j S )a` **[Required]** Gets the crypto_endpoint of this Vault. 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 Vault. :rtype: str �r7 rK rG rG rH r � s zVault.crypto_endpointc C s || _ dS )a_ Sets the crypto_endpoint of this Vault. 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 Vault. :type: str NrL )rE r rG rG rH r � s c C s | j S )a� Gets the defined_tags of this Vault. 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 Vault. :rtype: dict(str, dict(str, object)) �r8 rK rG rG rH r � s zVault.defined_tagsc C s || _ dS )a� Sets the defined_tags of this Vault. 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 :param defined_tags: The defined_tags of this Vault. :type: dict(str, dict(str, object)) NrM )rE r rG rG rH r s c C s | j S )a **[Required]** Gets the display_name of this Vault. A user-friendly name for the vault. It does not have to be unique, and it is changeable. Avoid entering confidential information. :return: The display_name of this Vault. :rtype: str �r9 rK rG rG rH r s zVault.display_namec C s || _ dS )a Sets the display_name of this Vault. A user-friendly name for the vault. It does not have to be unique, and it is changeable. Avoid entering confidential information. :param display_name: The display_name of this Vault. :type: str NrN )rE r rG rG rH r # s c C s | j S )a� Gets the freeform_tags of this Vault. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :return: The freeform_tags of this Vault. :rtype: dict(str, str) �r: rK rG rG rH r 0 s zVault.freeform_tagsc C s || _ dS )a� Sets the freeform_tags of this Vault. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see `Resource Tags`__. Example: `{"Department": "Finance"}` __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm :param freeform_tags: The freeform_tags of this Vault. :type: dict(str, str) NrO )rE r rG rG rH r @ s c C s | j S )z� **[Required]** Gets the id of this Vault. The OCID of the vault. :return: The id of this Vault. :rtype: str �r; rK rG rG rH r P s zVault.idc C s || _ dS )z� Sets the id of this Vault. The OCID of the vault. :param id: The id of this Vault. :type: str NrP )rE r rG rG rH r \ s c C s | j S )a **[Required]** Gets the lifecycle_state of this Vault. The vault's current lifecycle state. Example: `DELETED` 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'. :return: The lifecycle_state of this Vault. :rtype: str )r<