ruạṛ
a N��f�i � @ 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 @ sP e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zed4d5� �Zej d6d5� �Zed7d8� �Zej d9d8� �Zed:d;� �Zej d<d;� �Zed=d>� �Zej d?d>� �Zed@dA� �Zej dBdA� �ZedCdD� �Z e j dEdD� �Z dFdG� Z!dHdI� Z"dJdK� Z#dLS )M�#DatabaseToolsPrivateEndpointSummaryz9 Summary of the Database Tools private endpoint. �CREATING�UPDATING�ACTIVE�DELETING�DELETED�FAILEDc K s� ddddddddddddddddddddd�| _ dd d ddd ddddddddddddddd�| _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 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", '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)�datetimez list[str]�:DatabaseToolsPrivateEndpointReverseConnectionConfiguration)�compartment_id�defined_tags� freeform_tags�system_tags�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� compartmentId�definedTags�freeformTags� systemTags�displayNamer r �endpointServiceId�timeCreated�timeUpdated�vcnId�subnetId�privateEndpointVnicId�privateEndpointIp�endpointFqdn�additionalFqdns�lifecycleState�lifecycleDetails�nsgIds�reverseConnectionConfigurationN)� swagger_types� attribute_map�_compartment_id� _defined_tags�_freeform_tags�_system_tags� _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� rN ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/database_tools/models/database_tools_private_endpoint_summary.py�__init__( s| Y��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 �r8 �rL rN rN rO r � s z2DatabaseToolsPrivateEndpointSummary.compartment_idc C s || _ dS )af Sets 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 :param compartment_id: The compartment_id of this DatabaseToolsPrivateEndpointSummary. :type: str NrQ )rL r rN rN rO r � s c C s | j S )ag Gets the defined_tags of this DatabaseToolsPrivateEndpointSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :return: The defined_tags of this DatabaseToolsPrivateEndpointSummary. :rtype: dict(str, dict(str, object)) �r9 rR rN rN rO r � s z0DatabaseToolsPrivateEndpointSummary.defined_tagsc C s || _ dS )ar Sets the defined_tags of this DatabaseToolsPrivateEndpointSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: `{"foo-namespace": {"bar-key": "value"}}` :param defined_tags: The defined_tags of this DatabaseToolsPrivateEndpointSummary. :type: dict(str, dict(str, object)) NrS )rL r rN rN rO r � s c C s | j S )am Gets the freeform_tags of this DatabaseToolsPrivateEndpointSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :return: The freeform_tags of this DatabaseToolsPrivateEndpointSummary. :rtype: dict(str, str) �r: rR rN rN rO r � s z1DatabaseToolsPrivateEndpointSummary.freeform_tagsc C s || _ dS )ay Sets the freeform_tags of this DatabaseToolsPrivateEndpointSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: `{"bar-key": "value"}` :param freeform_tags: The freeform_tags of this DatabaseToolsPrivateEndpointSummary. :type: dict(str, str) NrT )rL r rN rN rO r s c C s | j S )ad Gets the system_tags of this DatabaseToolsPrivateEndpointSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` :return: The system_tags of this DatabaseToolsPrivateEndpointSummary. :rtype: dict(str, dict(str, object)) �r; rR rN rN rO r s z/DatabaseToolsPrivateEndpointSummary.system_tagsc C s || _ dS )an Sets the system_tags of this DatabaseToolsPrivateEndpointSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}` :param system_tags: The system_tags of this DatabaseToolsPrivateEndpointSummary. :type: dict(str, dict(str, object)) NrU )rL r rN rN rO r s c C s | j S )a1 Gets the display_name of this DatabaseToolsPrivateEndpointSummary. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this DatabaseToolsPrivateEndpointSummary. :rtype: str �r<