📂 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
›
analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/analytics/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_vanity_url_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� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�CreateVanityUrlDetailsz/ Input payload to create a vanity url. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )aq Initializes a new CreateVanityUrlDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param description: The value to assign to the description property of this CreateVanityUrlDetails. :type description: str :param hosts: The value to assign to the hosts property of this CreateVanityUrlDetails. :type hosts: list[str] :param passphrase: The value to assign to the passphrase property of this CreateVanityUrlDetails. :type passphrase: str :param private_key: The value to assign to the private_key property of this CreateVanityUrlDetails. :type private_key: str :param public_certificate: The value to assign to the public_certificate property of this CreateVanityUrlDetails. :type public_certificate: str :param ca_certificate: The value to assign to the ca_certificate property of this CreateVanityUrlDetails. :type ca_certificate: str �strz list[str])�description�hosts� passphrase�private_key�public_certificate�ca_certificater r r Z privateKeyZpublicCertificateZ caCertificateN)Z swagger_typesZ attribute_map�_description�_hosts�_passphrase�_private_key�_public_certificate�_ca_certificate)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/analytics/models/create_vanity_url_details.py�__init__ s( � � zCreateVanityUrlDetails.__init__c C s | j S )z� Gets the description of this CreateVanityUrlDetails. Optional description. :return: The description of this CreateVanityUrlDetails. :rtype: str �r �r r r r r I s z"CreateVanityUrlDetails.descriptionc C s || _ dS )z� Sets the description of this CreateVanityUrlDetails. Optional description. :param description: The description of this CreateVanityUrlDetails. :type: str Nr )r r r r r r U s c C s | j S )a **[Required]** Gets the hosts of this CreateVanityUrlDetails. List of fully qualified hostnames supported by this vanity URL definition (max of 3). :return: The hosts of this CreateVanityUrlDetails. :rtype: list[str] �r r r r r r a s zCreateVanityUrlDetails.hostsc C s || _ dS )z� Sets the hosts of this CreateVanityUrlDetails. List of fully qualified hostnames supported by this vanity URL definition (max of 3). :param hosts: The hosts of this CreateVanityUrlDetails. :type: list[str] Nr )r r r r r r m s c C s | j S )z� Gets the passphrase of this CreateVanityUrlDetails. Passphrase for the PEM Private key (if any). :return: The passphrase of this CreateVanityUrlDetails. :rtype: str �r r r r r r y s z!CreateVanityUrlDetails.passphrasec C s || _ dS )z� Sets the passphrase of this CreateVanityUrlDetails. Passphrase for the PEM Private key (if any). :param passphrase: The passphrase of this CreateVanityUrlDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the private_key of this CreateVanityUrlDetails. PEM Private key for HTTPS connections. :return: The private_key of this CreateVanityUrlDetails. :rtype: str �r r r r r r � s z"CreateVanityUrlDetails.private_keyc C s || _ dS )z� Sets the private_key of this CreateVanityUrlDetails. PEM Private key for HTTPS connections. :param private_key: The private_key of this CreateVanityUrlDetails. :type: str Nr )r r r r r r � s c C s | j S )z� **[Required]** Gets the public_certificate of this CreateVanityUrlDetails. PEM certificate for HTTPS connections. :return: The public_certificate of this CreateVanityUrlDetails. :rtype: str �r r r r r r � s z)CreateVanityUrlDetails.public_certificatec C s || _ dS )z� Sets the public_certificate of this CreateVanityUrlDetails. PEM certificate for HTTPS connections. :param public_certificate: The public_certificate of this CreateVanityUrlDetails. :type: str Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the ca_certificate of this CreateVanityUrlDetails. PEM CA certificate(s) for HTTPS connections. This may include multiple PEM certificates. :return: The ca_certificate of this CreateVanityUrlDetails. :rtype: str �r r r r r r � s z%CreateVanityUrlDetails.ca_certificatec C s || _ dS )a Sets the ca_certificate of this CreateVanityUrlDetails. PEM CA certificate(s) for HTTPS connections. This may include multiple PEM certificates. :param ca_certificate: The ca_certificate of this CreateVanityUrlDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zCreateVanityUrlDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zCreateVanityUrlDetails.__eq__c C s | |k S r r r# r r r �__ne__� s zCreateVanityUrlDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&