/
lib
/
python3.9
/
site-packages
/
oci
/
database_tools
/
models
/
__pycache__
/
Upload File
HOME
a ���f�n � @ 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 ZdZdZdZdZdZdZdZ dZ d d � Zedd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zed&d'� �Zejd(d'� �Zed)d*� �Zejd+d*� �Zed,d-� �Zejd.d-� �Zed/d0� �Zejd1d0� �Zed2d3� �Zejd4d3� �Zed5d6� �Zejd7d6� �Zed8d9� �Zejd:d9� �Zed;d<� �Zejd=d<� �Zed>d?� �Zejd@d?� �ZedAdB� �Z e jdCdB� �Z edDdE� �Z!e!jdFdE� �Z!edGdH� �Z"e"jdIdH� �Z"dJdK� Z#dLdM� Z$dNdO� Z%dPS )Q�#DatabaseToolsPrivateEndpointSummaryz9 Summary of the Database Tools private endpoint. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILED�INACTIVEc K s� dddddddddddddddddddddd�| _ d d ddd ddddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new DatabaseToolsPrivateEndpointSummary 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 DatabaseToolsPrivateEndpointSummary. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this DatabaseToolsPrivateEndpointSummary. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this DatabaseToolsPrivateEndpointSummary. :type freeform_tags: dict(str, str) :param system_tags: The value to assign to the system_tags property of this DatabaseToolsPrivateEndpointSummary. :type system_tags: dict(str, dict(str, object)) :param locks: The value to assign to the locks property of this DatabaseToolsPrivateEndpointSummary. :type locks: list[oci.database_tools.models.ResourceLock] :param display_name: The value to assign to the display_name property of this DatabaseToolsPrivateEndpointSummary. :type display_name: str :param description: The value to assign to the description property of this DatabaseToolsPrivateEndpointSummary. :type description: str :param id: The value to assign to the id property of this DatabaseToolsPrivateEndpointSummary. :type id: str :param endpoint_service_id: The value to assign to the endpoint_service_id property of this DatabaseToolsPrivateEndpointSummary. :type endpoint_service_id: str :param time_created: The value to assign to the time_created property of this DatabaseToolsPrivateEndpointSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DatabaseToolsPrivateEndpointSummary. :type time_updated: datetime :param vcn_id: The value to assign to the vcn_id property of this DatabaseToolsPrivateEndpointSummary. :type vcn_id: str :param subnet_id: The value to assign to the subnet_id property of this DatabaseToolsPrivateEndpointSummary. :type subnet_id: str :param private_endpoint_vnic_id: The value to assign to the private_endpoint_vnic_id property of this DatabaseToolsPrivateEndpointSummary. :type private_endpoint_vnic_id: str :param private_endpoint_ip: The value to assign to the private_endpoint_ip property of this DatabaseToolsPrivateEndpointSummary. :type private_endpoint_ip: str :param endpoint_fqdn: The value to assign to the endpoint_fqdn property of this DatabaseToolsPrivateEndpointSummary. :type endpoint_fqdn: str :param additional_fqdns: The value to assign to the additional_fqdns property of this DatabaseToolsPrivateEndpointSummary. :type additional_fqdns: list[str] :param lifecycle_state: The value to assign to the lifecycle_state property of this DatabaseToolsPrivateEndpointSummary. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "DELETING", "DELETED", "FAILED", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this DatabaseToolsPrivateEndpointSummary. :type lifecycle_details: str :param nsg_ids: The value to assign to the nsg_ids property of this DatabaseToolsPrivateEndpointSummary. :type nsg_ids: list[str] :param reverse_connection_configuration: The value to assign to the reverse_connection_configuration property of this DatabaseToolsPrivateEndpointSummary. :type reverse_connection_configuration: oci.database_tools.models.DatabaseToolsPrivateEndpointReverseConnectionConfiguration �strzdict(str, dict(str, object))zdict(str, str)zlist[ResourceLock]Zdatetimez list[str]Z:DatabaseToolsPrivateEndpointReverseConnectionConfiguration)�compartment_id�defined_tags� freeform_tags�system_tags�locks�display_name�description�id�endpoint_service_id�time_created�time_updated�vcn_id� subnet_id�private_endpoint_vnic_id�private_endpoint_ip� endpoint_fqdn�additional_fqdns�lifecycle_state�lifecycle_details�nsg_ids� reverse_connection_configurationZ compartmentIdZdefinedTagsZfreeformTagsZ systemTagsr ZdisplayNamer r ZendpointServiceIdZtimeCreatedZtimeUpdatedZvcnIdZsubnetIdZprivateEndpointVnicIdZprivateEndpointIpZendpointFqdnZadditionalFqdnsZlifecycleStateZlifecycleDetailsZnsgIdsZreverseConnectionConfigurationN)Z swagger_typesZ attribute_map�_compartment_id� _defined_tags�_freeform_tags�_system_tags�_locks� _display_name�_description�_id�_endpoint_service_id� _time_created� _time_updated�_vcn_id� _subnet_id�_private_endpoint_vnic_id�_private_endpoint_ip�_endpoint_fqdn�_additional_fqdns�_lifecycle_state�_lifecycle_details�_nsg_ids�!_reverse_connection_configuration)�self�kwargs� r; �e/usr/lib/python3.9/site-packages/oci/database_tools/models/database_tools_private_endpoint_summary.py�__init__. s� ]��z,DatabaseToolsPrivateEndpointSummary.__init__c C s | j S )ah **[Required]** Gets the compartment_id of this DatabaseToolsPrivateEndpointSummary. The `OCID`__ of the compartment containing the private endpoint. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this DatabaseToolsPrivateEndpointSummary. :rtype: str �r$ �r9 r; r; r<