📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: host_cert_details.cpython-39.pyc
a ���fF � @ 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 d d� Z dd� Zdd� ZdS )�HostCertDetailsz? Details about the host and corresponding certificate. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ax Initializes a new HostCertDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param host_name: The value to assign to the host_name property of this HostCertDetails. :type host_name: str :param certificate: The value to assign to the certificate property of this HostCertDetails. :type certificate: str :param private_key: The value to assign to the private_key property of this HostCertDetails. :type private_key: str �str)� host_name�certificate�private_keyZhostNamer Z privateKeyN)Z swagger_typesZ attribute_map� _host_name�_certificate�_private_key)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/bds/models/host_cert_details.py�__init__ s ��zHostCertDetails.__init__c C s | j S )z� **[Required]** Gets the host_name of this HostCertDetails. Fully qualified domain name (FQDN) of the host :return: The host_name of this HostCertDetails. :rtype: str �r �r r r r r 4 s zHostCertDetails.host_namec C s || _ dS )z� Sets the host_name of this HostCertDetails. Fully qualified domain name (FQDN) of the host :param host_name: The host_name of this HostCertDetails. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the certificate of this HostCertDetails. Certificate value in string format :return: The certificate of this HostCertDetails. :rtype: str �r r r r r r L s zHostCertDetails.certificatec C s || _ dS )z� Sets the certificate of this HostCertDetails. Certificate value in string format :param certificate: The certificate of this HostCertDetails. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the private_key of this HostCertDetails. Private key of the provided certificate :return: The private_key of this HostCertDetails. :rtype: str �r r r r r r d s zHostCertDetails.private_keyc C s || _ dS )z� Sets the private_key of this HostCertDetails. Private key of the provided certificate :param private_key: The private_key of this HostCertDetails. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zHostCertDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zHostCertDetails.__eq__c C s | |k S r r r r r r �__ne__� s zHostCertDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"