📂 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
›
certificates_management
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/certificates_management/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: association.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 d� Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�Associationz) The details of the association. �CREATING�ACTIVE�UPDATING�DELETING�FAILED�CERTIFICATE�CERTIFICATE_AUTHORITY� CA_BUNDLEc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a4 Initializes a new Association object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Association. :type id: str :param name: The value to assign to the name property of this Association. :type name: str :param time_created: The value to assign to the time_created property of this Association. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Association. Allowed values for this property are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param certificates_resource_id: The value to assign to the certificates_resource_id property of this Association. :type certificates_resource_id: str :param associated_resource_id: The value to assign to the associated_resource_id property of this Association. :type associated_resource_id: str :param compartment_id: The value to assign to the compartment_id property of this Association. :type compartment_id: str :param association_type: The value to assign to the association_type property of this Association. Allowed values for this property are: "CERTIFICATE", "CERTIFICATE_AUTHORITY", "CA_BUNDLE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type association_type: str �strZdatetime)�id�name�time_created�lifecycle_state�certificates_resource_id�associated_resource_id�compartment_id�association_typer r ZtimeCreatedZlifecycleStateZcertificatesResourceIdZassociatedResourceIdZ compartmentIdZassociationTypeN) Z swagger_typesZ attribute_map�_id�_name� _time_created�_lifecycle_state�_certificates_resource_id�_associated_resource_id�_compartment_id�_association_type)�self�kwargs� r"