📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: wrapping_key.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!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�WrappingKeyz? The public RSA wrapping key associated with the vault �CREATING�ENABLING�ENABLED� DISABLING�DISABLED�DELETING�DELETED�PENDING_DELETION�SCHEDULING_DELETION�CANCELLING_DELETION�UPDATING�BACKUP_IN_PROGRESS� RESTORINGc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )ay Initializes a new WrappingKey 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 WrappingKey. :type compartment_id: str :param id: The value to assign to the id property of this WrappingKey. :type id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this WrappingKey. Allowed values for this property are: "CREATING", "ENABLING", "ENABLED", "DISABLING", "DISABLED", "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 public_key: The value to assign to the public_key property of this WrappingKey. :type public_key: str :param time_created: The value to assign to the time_created property of this WrappingKey. :type time_created: datetime :param vault_id: The value to assign to the vault_id property of this WrappingKey. :type vault_id: str �strZdatetime)�compartment_id�id�lifecycle_state� public_key�time_created�vault_idZ compartmentIdr ZlifecycleStateZ publicKeyZtimeCreatedZvaultIdN)Z swagger_typesZ attribute_map�_compartment_id�_id�_lifecycle_state�_public_key� _time_created� _vault_id)�self�kwargs� r# �J/usr/lib/python3.9/site-packages/oci/key_management/models/wrapping_key.py�__init__F s( !� � zWrappingKey.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this WrappingKey. The OCID of the compartment that contains this key. :return: The compartment_id of this WrappingKey. :rtype: str �r �r! r# r# r$ r s zWrappingKey.compartment_idc C s || _ dS )z� Sets the compartment_id of this WrappingKey. The OCID of the compartment that contains this key. :param compartment_id: The compartment_id of this WrappingKey. :type: str Nr&