📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_private_endpoint_details.cpython-39.pyc
a ���f�7 � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreatePrivateEndpointDetailsz. Details to create a private endpoint c K sx ddddddddddd� | _ ddd d ddd dddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )ay Initializes a new CreatePrivateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreatePrivateEndpointDetails. :type name: str :param compartment_id: The value to assign to the compartment_id property of this CreatePrivateEndpointDetails. :type compartment_id: str :param subnet_id: The value to assign to the subnet_id property of this CreatePrivateEndpointDetails. :type subnet_id: str :param prefix: The value to assign to the prefix property of this CreatePrivateEndpointDetails. :type prefix: str :param additional_prefixes: The value to assign to the additional_prefixes property of this CreatePrivateEndpointDetails. :type additional_prefixes: list[str] :param private_endpoint_ip: The value to assign to the private_endpoint_ip property of this CreatePrivateEndpointDetails. :type private_endpoint_ip: str :param nsg_ids: The value to assign to the nsg_ids property of this CreatePrivateEndpointDetails. :type nsg_ids: list[str] :param access_targets: The value to assign to the access_targets property of this CreatePrivateEndpointDetails. :type access_targets: list[oci.object_storage.models.AccessTargetDetails] :param freeform_tags: The value to assign to the freeform_tags property of this CreatePrivateEndpointDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreatePrivateEndpointDetails. :type defined_tags: dict(str, dict(str, object)) �strz list[str]zlist[AccessTargetDetails]zdict(str, str)zdict(str, dict(str, object))) �name�compartment_id� subnet_id�prefix�additional_prefixes�private_endpoint_ip�nsg_ids�access_targets� freeform_tags�defined_tagsr Z compartmentIdZsubnetIdr ZadditionalPrefixesZprivateEndpointIpZnsgIdsZ accessTargetsZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_name�_compartment_id� _subnet_id�_prefix�_additional_prefixes�_private_endpoint_ip�_nsg_ids�_access_targets�_freeform_tags� _defined_tags)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/object_storage/models/create_private_endpoint_details.py�__init__ s@ /�� z%CreatePrivateEndpointDetails.__init__c C s | j S )an **[Required]** Gets the name of this CreatePrivateEndpointDetails. This name associated with the endpoint. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods. Example: my-new-private-endpoint1 :return: The name of this CreatePrivateEndpointDetails. :rtype: str �r �r r r r r e s z!CreatePrivateEndpointDetails.namec C s || _ dS )ab Sets the name of this CreatePrivateEndpointDetails. This name associated with the endpoint. Valid characters are uppercase or lowercase letters, numbers, hyphens, underscores, and periods. Example: my-new-private-endpoint1 :param name: The name of this CreatePrivateEndpointDetails. :type: str Nr! )r r r r r r s s c C s | j S )a **[Required]** Gets the compartment_id of this CreatePrivateEndpointDetails. The ID of the compartment in which to create the Private Endpoint. :return: The compartment_id of this CreatePrivateEndpointDetails. :rtype: str �r r"