📂 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
›
object_storage
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/object_storage/models/__pycache__
💾
Free:
45.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: prefix_fqdns.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 d d� Z dd� Zdd� ZdS )�PrefixFqdnsz$ An object containing FQDNs c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new PrefixFqdns object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param object_storage_api_fqdn: The value to assign to the object_storage_api_fqdn property of this PrefixFqdns. :type object_storage_api_fqdn: str :param s3_compatibility_api_fqdn: The value to assign to the s3_compatibility_api_fqdn property of this PrefixFqdns. :type s3_compatibility_api_fqdn: str :param swift_api_fqdn: The value to assign to the swift_api_fqdn property of this PrefixFqdns. :type swift_api_fqdn: str �str)�object_storage_api_fqdn�s3_compatibility_api_fqdn�swift_api_fqdnZobjectStorageApiFqdnZs3CompatibilityApiFqdnZswiftApiFqdnN)Z swagger_typesZ attribute_map�_object_storage_api_fqdn�_s3_compatibility_api_fqdn�_swift_api_fqdn)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/object_storage/models/prefix_fqdns.py�__init__ s ��zPrefixFqdns.__init__c C s | j S )z� Gets the object_storage_api_fqdn of this PrefixFqdns. ObjectStorage API FQDN :return: The object_storage_api_fqdn of this PrefixFqdns. :rtype: str �r �r r r r r 4 s z#PrefixFqdns.object_storage_api_fqdnc C s || _ dS )z� Sets the object_storage_api_fqdn of this PrefixFqdns. ObjectStorage API FQDN :param object_storage_api_fqdn: The object_storage_api_fqdn of this PrefixFqdns. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the s3_compatibility_api_fqdn of this PrefixFqdns. S3 Compatibility API FQDN :return: The s3_compatibility_api_fqdn of this PrefixFqdns. :rtype: str �r r r r r r L s z%PrefixFqdns.s3_compatibility_api_fqdnc C s || _ dS )z� Sets the s3_compatibility_api_fqdn of this PrefixFqdns. S3 Compatibility API FQDN :param s3_compatibility_api_fqdn: The s3_compatibility_api_fqdn of this PrefixFqdns. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the swift_api_fqdn of this PrefixFqdns. Swift API FQDN :return: The swift_api_fqdn of this PrefixFqdns. :rtype: str �r r r r r r d s zPrefixFqdns.swift_api_fqdnc C s || _ dS )z� Sets the swift_api_fqdn of this PrefixFqdns. Swift API FQDN :param swift_api_fqdn: The swift_api_fqdn of this PrefixFqdns. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zPrefixFqdns.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zPrefixFqdns.__eq__c C s | |k S r r r r r r �__ne__� s zPrefixFqdns.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"