📂 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
›
fusion_apps
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fusion_apps/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: kms_key_info.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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd � Zd!d"� Zd#S )$� KmsKeyInfoz kmsKeyInfo � SCHEDULING�UPDATING�FAILED�NONEc K sZ dddddddd�| _ ddddddd d�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new KmsKeyInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param active_key_id: The value to assign to the active_key_id property of this KmsKeyInfo. :type active_key_id: str :param active_key_version: The value to assign to the active_key_version property of this KmsKeyInfo. :type active_key_version: str :param scheduled_key_id: The value to assign to the scheduled_key_id property of this KmsKeyInfo. :type scheduled_key_id: str :param scheduled_key_version: The value to assign to the scheduled_key_version property of this KmsKeyInfo. :type scheduled_key_version: str :param current_key_lifecycle_state: The value to assign to the current_key_lifecycle_state property of this KmsKeyInfo. :type current_key_lifecycle_state: str :param scheduled_lifecycle_state: The value to assign to the scheduled_lifecycle_state property of this KmsKeyInfo. :type scheduled_lifecycle_state: str :param scheduled_key_status: The value to assign to the scheduled_key_status property of this KmsKeyInfo. Allowed values for this property are: "SCHEDULING", "UPDATING", "FAILED", "NONE" :type scheduled_key_status: str �str)� active_key_id�active_key_version�scheduled_key_id�scheduled_key_version�current_key_lifecycle_state�scheduled_lifecycle_state�scheduled_key_statusZactiveKeyIdZactiveKeyVersionZscheduledKeyIdZscheduledKeyVersionZcurrentKeyLifecycleStateZscheduledLifecycleStateZscheduledKeyStatusN) Z swagger_typesZ attribute_map�_active_key_id�_active_key_version�_scheduled_key_id�_scheduled_key_version�_current_key_lifecycle_state�_scheduled_lifecycle_state�_scheduled_key_status)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/fusion_apps/models/kms_key_info.py�__init__"