📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
resource_manager
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/resource_manager/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: private_endpoint.pyc
a O��f%M � @ 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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Ze d*d+� �Zejd,d+� �Ze d-d.� �Zejd/d.� �Ze d0d1� �Zejd2d1� �Zd3d4� Zd5d6� Zd7d8� Zd9S ):�PrivateEndpointa A private endpoint allowing Resource Manager to access nonpublic cloud resources. For more information about private endpoints, see `Private Endpoint Management`__. __ https://docs.cloud.oracle.com/iaas/Content/ResourceManager/Tasks/private-endpoints.htm �ACTIVE�CREATING�DELETING�DELETED�FAILEDc K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a Initializes a new PrivateEndpoint 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 PrivateEndpoint. :type id: str :param compartment_id: The value to assign to the compartment_id property of this PrivateEndpoint. :type compartment_id: str :param display_name: The value to assign to the display_name property of this PrivateEndpoint. :type display_name: str :param description: The value to assign to the description property of this PrivateEndpoint. :type description: str :param vcn_id: The value to assign to the vcn_id property of this PrivateEndpoint. :type vcn_id: str :param subnet_id: The value to assign to the subnet_id property of this PrivateEndpoint. :type subnet_id: str :param source_ips: The value to assign to the source_ips property of this PrivateEndpoint. :type source_ips: list[str] :param nsg_id_list: The value to assign to the nsg_id_list property of this PrivateEndpoint. :type nsg_id_list: list[str] :param is_used_with_configuration_source_provider: The value to assign to the is_used_with_configuration_source_provider property of this PrivateEndpoint. :type is_used_with_configuration_source_provider: bool :param dns_zones: The value to assign to the dns_zones property of this PrivateEndpoint. :type dns_zones: list[str] :param time_created: The value to assign to the time_created property of this PrivateEndpoint. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this PrivateEndpoint. Allowed values for this property are: "ACTIVE", "CREATING", "DELETING", "DELETED", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this PrivateEndpoint. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this PrivateEndpoint. :type defined_tags: dict(str, dict(str, object)) �strz list[str]�bool�datetimezdict(str, str)zdict(str, dict(str, object)))�id�compartment_id�display_name�description�vcn_id� subnet_id� source_ips�nsg_id_list�*is_used_with_configuration_source_provider� dns_zones�time_created�lifecycle_state� freeform_tags�defined_tagsr � compartmentId�displayNamer �vcnId�subnetId� sourceIps� nsgIdList�%isUsedWithConfigurationSourceProvider�dnsZones�timeCreated�lifecycleState�freeformTags�definedTagsN)� swagger_types� attribute_map�_id�_compartment_id� _display_name�_description�_vcn_id� _subnet_id�_source_ips�_nsg_id_list�+_is_used_with_configuration_source_provider� _dns_zones� _time_created�_lifecycle_state�_freeform_tags� _defined_tags)�self�kwargs� r; ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/resource_manager/models/private_endpoint.py�__init__&