📂 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
›
visual_builder
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/visual_builder/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: custom_endpoint_details.cpython-39.opt-1.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 d d� Z dd� Zdd� ZdS )�CustomEndpointDetailsz< Details for a custom endpoint for the vb instance. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CustomEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param hostname: The value to assign to the hostname property of this CustomEndpointDetails. :type hostname: str :param certificate_secret_id: The value to assign to the certificate_secret_id property of this CustomEndpointDetails. :type certificate_secret_id: str :param certificate_secret_version: The value to assign to the certificate_secret_version property of this CustomEndpointDetails. :type certificate_secret_version: int �str�int)�hostname�certificate_secret_id�certificate_secret_versionr ZcertificateSecretIdZcertificateSecretVersionN)Z swagger_typesZ attribute_map� _hostname�_certificate_secret_id�_certificate_secret_version)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/visual_builder/models/custom_endpoint_details.py�__init__ s ��zCustomEndpointDetails.__init__c C s | j S )z� **[Required]** Gets the hostname of this CustomEndpointDetails. A custom hostname to be used for the vb instance URL, in FQDN format. :return: The hostname of this CustomEndpointDetails. :rtype: str �r �r r r r r 4 s zCustomEndpointDetails.hostnamec C s || _ dS )z� Sets the hostname of this CustomEndpointDetails. A custom hostname to be used for the vb instance URL, in FQDN format. :param hostname: The hostname of this CustomEndpointDetails. :type: str Nr )r r r r r r @ s c C s | j S )a' Gets the certificate_secret_id of this CustomEndpointDetails. Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname. :return: The certificate_secret_id of this CustomEndpointDetails. :rtype: str �r r r r r r L s z+CustomEndpointDetails.certificate_secret_idc C s || _ dS )a; Sets the certificate_secret_id of this CustomEndpointDetails. Optional OCID of a vault/secret containing a private SSL certificate bundle to be used for the custom hostname. :param certificate_secret_id: The certificate_secret_id of this CustomEndpointDetails. :type: str Nr )r r r r r r X s c C s | j S )a Gets the certificate_secret_version of this CustomEndpointDetails. The secret version used for the certificate-secret-id (if certificate-secret-id is specified). :return: The certificate_secret_version of this CustomEndpointDetails. :rtype: int �r r r r r r d s z0CustomEndpointDetails.certificate_secret_versionc C s || _ dS )a9 Sets the certificate_secret_version of this CustomEndpointDetails. The secret version used for the certificate-secret-id (if certificate-secret-id is specified). :param certificate_secret_version: The certificate_secret_version of this CustomEndpointDetails. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zCustomEndpointDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zCustomEndpointDetails.__eq__c C s | |k S r r r r r r �__ne__� s zCustomEndpointDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"