📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_flow
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_flow/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_private_endpoint_details.cpython-39.pyc
a ���fU3 � @ 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< The details required to create a private endpoint. c K sx ddddddddddd� | _ dd d ddd ddddd� | _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 compartment_id: The value to assign to the compartment_id property of this CreatePrivateEndpointDetails. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this CreatePrivateEndpointDetails. :type defined_tags: dict(str, dict(str, object)) :param description: The value to assign to the description property of this CreatePrivateEndpointDetails. :type description: str :param display_name: The value to assign to the display_name property of this CreatePrivateEndpointDetails. :type display_name: str :param dns_zones: The value to assign to the dns_zones property of this CreatePrivateEndpointDetails. :type dns_zones: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this CreatePrivateEndpointDetails. :type freeform_tags: dict(str, str) :param max_host_count: The value to assign to the max_host_count property of this CreatePrivateEndpointDetails. :type max_host_count: int :param nsg_ids: The value to assign to the nsg_ids property of this CreatePrivateEndpointDetails. :type nsg_ids: list[str] :param scan_details: The value to assign to the scan_details property of this CreatePrivateEndpointDetails. :type scan_details: list[oci.data_flow.models.Scan] :param subnet_id: The value to assign to the subnet_id property of this CreatePrivateEndpointDetails. :type subnet_id: str �strzdict(str, dict(str, object))z list[str]zdict(str, str)�intz list[Scan]) �compartment_id�defined_tags�description�display_name� dns_zones� freeform_tags�max_host_count�nsg_ids�scan_details� subnet_idZ compartmentIdZdefinedTagsr ZdisplayNameZdnsZonesZfreeformTagsZmaxHostCountZnsgIdsZscanDetailsZsubnetIdN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags�_description� _display_name� _dns_zones�_freeform_tags�_max_host_count�_nsg_ids� _scan_details� _subnet_id)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/data_flow/models/create_private_endpoint_details.py�__init__ s@ /�� z%CreatePrivateEndpointDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreatePrivateEndpointDetails. The OCID of a compartment. :return: The compartment_id of this CreatePrivateEndpointDetails. :rtype: str �r �r r r r r e s z+CreatePrivateEndpointDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreatePrivateEndpointDetails. The OCID of a compartment. :param compartment_id: The compartment_id of this CreatePrivateEndpointDetails. :type: str Nr"