📂 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_summary.pyc
a O��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]�datetimezdict(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 � compartmentId�displayNamer �vcnId�%isUsedWithConfigurationSourceProvider�dnsZones�timeCreated�lifecycleState�freeformTags�definedTagsN) � swagger_types� 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- ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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. r j s zPrivateEndpointSummary.idc C s || _ dS )a Sets the id of this PrivateEndpointSummary. The `OCID`__ of the private endpoint. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this PrivateEndpointSummary. :type: str Nr0 )r+ r r- r- r. r x s c C s | j S )aT **[Required]** Gets the compartment_id of this PrivateEndpointSummary. The `OCID`__ of the compartment containing this private endpoint. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The compartment_id of this PrivateEndpointSummary. :rtype: str �r! r1 r- r- r. r � s z%PrivateEndpointSummary.compartment_idc C s || _ dS )aR Sets the compartment_id of this PrivateEndpointSummary. The `OCID`__ of the compartment containing this private endpoint. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this PrivateEndpointSummary. :type: str Nr2 )r+ r r- r- r. r � s c C s | j S )a& **[Required]** Gets the display_name of this PrivateEndpointSummary. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this PrivateEndpointSummary. :rtype: str �r"