📂 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
›
resource_manager
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/resource_manager/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: private_endpoint_summary.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 @ sN 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 � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�PrivateEndpointSummaryzD The summary metadata associated with the private endpoint. c K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new PrivateEndpointSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this PrivateEndpointSummary. :type id: str :param compartment_id: The value to assign to the compartment_id property of this PrivateEndpointSummary. :type compartment_id: str :param display_name: The value to assign to the display_name property of this PrivateEndpointSummary. :type display_name: str :param description: The value to assign to the description property of this PrivateEndpointSummary. :type description: str :param vcn_id: The value to assign to the vcn_id property of this PrivateEndpointSummary. :type vcn_id: str :param is_used_with_configuration_source_provider: The value to assign to the is_used_with_configuration_source_provider property of this PrivateEndpointSummary. :type is_used_with_configuration_source_provider: bool :param dns_zones: The value to assign to the dns_zones property of this PrivateEndpointSummary. :type dns_zones: list[str] :param time_created: The value to assign to the time_created property of this PrivateEndpointSummary. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this PrivateEndpointSummary. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this PrivateEndpointSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this PrivateEndpointSummary. :type defined_tags: dict(str, dict(str, object)) �str�boolz list[str]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�description�vcn_id�*is_used_with_configuration_source_provider� dns_zones�time_created�lifecycle_state� freeform_tags�defined_tagsr Z compartmentIdZdisplayNamer ZvcnIdZ%isUsedWithConfigurationSourceProviderZdnsZonesZtimeCreatedZlifecycleStateZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_id�_compartment_id� _display_name�_description�_vcn_id�+_is_used_with_configuration_source_provider� _dns_zones� _time_created�_lifecycle_state�_freeform_tags� _defined_tags)�self�kwargs� r! �X/usr/lib/python3.9/site-packages/oci/resource_manager/models/private_endpoint_summary.py�__init__ sF 3��zPrivateEndpointSummary.__init__c C s | j S )a **[Required]** Gets the id of this PrivateEndpointSummary. The `OCID`__ of the private endpoint. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this PrivateEndpointSummary. :rtype: str �r �r r! r! r"