📂 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: host_specific_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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�HostSpecificCertificateDetailsz+ Host specific certificate details � CUSTOM_SIGNED�SELF_SIGNEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new HostSpecificCertificateDetails 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 HostSpecificCertificateDetails. :type host_name: str :param certificate_type: The value to assign to the certificate_type property of this HostSpecificCertificateDetails. Allowed values for this property are: "CUSTOM_SIGNED", "SELF_SIGNED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type certificate_type: str :param time_expiry: The value to assign to the time_expiry property of this HostSpecificCertificateDetails. :type time_expiry: datetime �strZdatetime)� host_name�certificate_type�time_expiryZhostNameZcertificateTypeZ timeExpiryN)Z swagger_typesZ attribute_map� _host_name�_certificate_type�_time_expiry)�self�kwargs� r �T/usr/lib/python3.9/site-packages/oci/bds/models/host_specific_certificate_details.py�__init__ s ��z'HostSpecificCertificateDetails.__init__c C s | j S )z� Gets the host_name of this HostSpecificCertificateDetails. Name of the host. :return: The host_name of this HostSpecificCertificateDetails. :rtype: str �r �r r r r r >