📂 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
›
mysql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/mysql/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: pem_ca_certificate.cpython-39.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� CaCertificate� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�PemCaCertificatez+ The CA certificate in PEM format. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new PemCaCertificate object with values from keyword arguments. The default value of the :py:attr:`~oci.mysql.models.PemCaCertificate.certificate_type` attribute of this class is ``PEM`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param certificate_type: The value to assign to the certificate_type property of this PemCaCertificate. Allowed values for this property are: "PEM" :type certificate_type: str :param contents: The value to assign to the contents property of this PemCaCertificate. :type contents: str �str)Zcertificate_type�contentsZcertificateTyper NZPEM)Z swagger_typesZ attribute_mapZ_certificate_type� _contents)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/mysql/models/pem_ca_certificate.py�__init__ s ��zPemCaCertificate.__init__c C s | j S )z� **[Required]** Gets the contents of this PemCaCertificate. The string containing the CA certificate in PEM format. :return: The contents of this PemCaCertificate. :rtype: str �r �r r r r r 0 s zPemCaCertificate.contentsc C s || _ dS )z� Sets the contents of this PemCaCertificate. The string containing the CA certificate in PEM format. :param contents: The contents of this PemCaCertificate. :type: str Nr )r r r r r r <