📂 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.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: access_target_details.cpython-39.pyc
a ���fV � @ 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 )�AccessTargetDetailszN Details of the targets that can be accessed by the private endpoint. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new AccessTargetDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param namespace: The value to assign to the namespace property of this AccessTargetDetails. :type namespace: str :param compartment_id: The value to assign to the compartment_id property of this AccessTargetDetails. :type compartment_id: str :param bucket: The value to assign to the bucket property of this AccessTargetDetails. :type bucket: str �str)� namespace�compartment_id�bucketr Z compartmentIdr N)Z swagger_typesZ attribute_map� _namespace�_compartment_id�_bucket)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/object_storage/models/access_target_details.py�__init__ s ��zAccessTargetDetails.__init__c C s | j S )a[ **[Required]** Gets the namespace of this AccessTargetDetails. The Object Storage namespace which the private endpoint can access. Wildcards ('*') are allowed. If value is '*', it means all namespaces can be accessed. It cannot be a regex. :return: The namespace of this AccessTargetDetails. :rtype: str �r �r r r r r 4 s zAccessTargetDetails.namespacec C s || _ dS )aT Sets the namespace of this AccessTargetDetails. The Object Storage namespace which the private endpoint can access. Wildcards ('*') are allowed. If value is '*', it means all namespaces can be accessed. It cannot be a regex. :param namespace: The namespace of this AccessTargetDetails. :type: str Nr )r r r r r r @ s c C s | j S )ax **[Required]** Gets the compartment_id of this AccessTargetDetails. The compartment ID which the private endpoint can access. Wildcards ('*') are allowed. If value is '*', it means all compartments in the specified namespace can be accessed. It cannot be a regex. :return: The compartment_id of this AccessTargetDetails. :rtype: str �r r r r r r L s z"AccessTargetDetails.compartment_idc C s || _ dS )av Sets the compartment_id of this AccessTargetDetails. The compartment ID which the private endpoint can access. Wildcards ('*') are allowed. If value is '*', it means all compartments in the specified namespace can be accessed. It cannot be a regex. :param compartment_id: The compartment_id of this AccessTargetDetails. :type: str Nr )r r r r r r X s c C s | j S )a� **[Required]** Gets the bucket of this AccessTargetDetails. The name of the bucket. Avoid entering confidential information. Wildcards ('*') are allowed. If value is '*', it means all buckets in the specified namespace and compartment can be accessed. It cannot be a regex. Example: my-new-bucket1 :return: The bucket of this AccessTargetDetails. :rtype: str �r r r r r r d s zAccessTargetDetails.bucketc C s || _ dS )a� Sets the bucket of this AccessTargetDetails. The name of the bucket. Avoid entering confidential information. Wildcards ('*') are allowed. If value is '*', it means all buckets in the specified namespace and compartment can be accessed. It cannot be a regex. Example: my-new-bucket1 :param bucket: The bucket of this AccessTargetDetails. :type: str Nr )r r r r r r q s c C s t | �S �N)r r r r r �__repr__~ s zAccessTargetDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zAccessTargetDetails.__eq__c C s | |k S r r r r r r �__ne__� s zAccessTargetDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"