📂 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
›
bds
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/bds/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: renew_certificate_details.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�RenewCertificateDetailszE The request body info about renew certificate service list. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a[ Initializes a new RenewCertificateDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param cluster_admin_password: The value to assign to the cluster_admin_password property of this RenewCertificateDetails. :type cluster_admin_password: str :param services: The value to assign to the services property of this RenewCertificateDetails. :type services: list[oci.bds.models.Service] :param root_certificate: The value to assign to the root_certificate property of this RenewCertificateDetails. :type root_certificate: str :param host_cert_details: The value to assign to the host_cert_details property of this RenewCertificateDetails. :type host_cert_details: list[oci.bds.models.HostCertDetails] :param server_key_password: The value to assign to the server_key_password property of this RenewCertificateDetails. :type server_key_password: str �strz list[Service]zlist[HostCertDetails])�cluster_admin_password�services�root_certificate�host_cert_details�server_key_passwordZclusterAdminPasswordr ZrootCertificateZhostCertDetailsZserverKeyPasswordN)Z swagger_typesZ attribute_map�_cluster_admin_password� _services�_root_certificate�_host_cert_details�_server_key_password)�self�kwargs� r �L/usr/lib/python3.9/site-packages/oci/bds/models/renew_certificate_details.py�__init__ s"