📂 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
›
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: update_private_endpoint_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� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Zd d!� Zd"S )#�UpdatePrivateEndpointDetailsz< The details required to update a private endpoint. c K sd ddddddddd�| _ dd d ddd ddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a Initializes a new UpdatePrivateEndpointDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param defined_tags: The value to assign to the defined_tags property of this UpdatePrivateEndpointDetails. :type defined_tags: dict(str, dict(str, object)) :param description: The value to assign to the description property of this UpdatePrivateEndpointDetails. :type description: str :param display_name: The value to assign to the display_name property of this UpdatePrivateEndpointDetails. :type display_name: str :param dns_zones: The value to assign to the dns_zones property of this UpdatePrivateEndpointDetails. :type dns_zones: list[str] :param freeform_tags: The value to assign to the freeform_tags property of this UpdatePrivateEndpointDetails. :type freeform_tags: dict(str, str) :param max_host_count: The value to assign to the max_host_count property of this UpdatePrivateEndpointDetails. :type max_host_count: int :param nsg_ids: The value to assign to the nsg_ids property of this UpdatePrivateEndpointDetails. :type nsg_ids: list[str] :param scan_details: The value to assign to the scan_details property of this UpdatePrivateEndpointDetails. :type scan_details: list[oci.data_flow.models.Scan] zdict(str, dict(str, object))�strz list[str]zdict(str, str)�intz list[Scan])�defined_tags�description�display_name� dns_zones� freeform_tags�max_host_count�nsg_ids�scan_detailsZdefinedTagsr ZdisplayNameZdnsZonesZfreeformTagsZmaxHostCountZnsgIdsZscanDetailsN) Z swagger_typesZ attribute_map� _defined_tags�_description� _display_name� _dns_zones�_freeform_tags�_max_host_count�_nsg_ids� _scan_details)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/data_flow/models/update_private_endpoint_details.py�__init__ s4 '��z%UpdatePrivateEndpointDetails.__init__c C s | j S )a� Gets the defined_tags of this UpdatePrivateEndpointDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :return: The defined_tags of this UpdatePrivateEndpointDetails. :rtype: dict(str, dict(str, object)) �r �r r r r r W s z)UpdatePrivateEndpointDetails.defined_tagsc C s || _ dS )a� Sets the defined_tags of this UpdatePrivateEndpointDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see `Resource Tags`__. Example: `{"Operations": {"CostCenter": "42"}}` __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/resourcetags.htm :param defined_tags: The defined_tags of this UpdatePrivateEndpointDetails. :type: dict(str, dict(str, object)) Nr )r r r r r r f s c C s | j S )z� Gets the description of this UpdatePrivateEndpointDetails. A user-friendly description. Avoid entering confidential information. :return: The description of this UpdatePrivateEndpointDetails. :rtype: str �r r r r r r u s z(UpdatePrivateEndpointDetails.descriptionc C s || _ dS )a Sets the description of this UpdatePrivateEndpointDetails. A user-friendly description. Avoid entering confidential information. :param description: The description of this UpdatePrivateEndpointDetails. :type: str Nr )r r r r r r � s c C s | j S )a Gets the display_name of this UpdatePrivateEndpointDetails. A user-friendly name. It does not have to be unique. Avoid entering confidential information. :return: The display_name of this UpdatePrivateEndpointDetails. :rtype: str �r r r r r r � s z)UpdatePrivateEndpointDetails.display_namec C s || _ dS )a Sets the display_name of this UpdatePrivateEndpointDetails. A user-friendly name. It does not have to be unique. Avoid entering confidential information. :param display_name: The display_name of this UpdatePrivateEndpointDetails. :type: str Nr! )r r r r r r � s c C s | j S )a Gets the dns_zones of this UpdatePrivateEndpointDetails. An array of DNS zone names. Example: `[ "app.examplecorp.com", "app.examplecorp2.com" ]` :return: The dns_zones of this UpdatePrivateEndpointDetails. :rtype: list[str] �r r r r r r � s z&UpdatePrivateEndpointDetails.dns_zonesc C s || _ dS )a Sets the dns_zones of this UpdatePrivateEndpointDetails. An array of DNS zone names. Example: `[ "app.examplecorp.com", "app.examplecorp2.com" ]` :param dns_zones: The dns_zones of this UpdatePrivateEndpointDetails. :type: list[str] Nr"