ruạṛ
a N��fg � @ 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�DatabaseToolsPrivateEndpointz9 Description of 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 )ai Initializes a new DatabaseToolsPrivateEndpoint 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 DatabaseToolsPrivateEndpoint. :type compartment_id: str :param defined_tags: The value to assign to the defined_tags property of this DatabaseToolsPrivateEndpoint. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this DatabaseToolsPrivateEndpoint. :type freeform_tags: dict(str, str) :param system_tags: The value to assign to the system_tags property of this DatabaseToolsPrivateEndpoint. :type system_tags: dict(str, dict(str, object)) :param display_name: The value to assign to the display_name property of this DatabaseToolsPrivateEndpoint. :type display_name: str :param description: The value to assign to the description property of this DatabaseToolsPrivateEndpoint. :type description: str :param id: The value to assign to the id property of this DatabaseToolsPrivateEndpoint. :type id: str :param endpoint_service_id: The value to assign to the endpoint_service_id property of this DatabaseToolsPrivateEndpoint. :type endpoint_service_id: str :param time_created: The value to assign to the time_created property of this DatabaseToolsPrivateEndpoint. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DatabaseToolsPrivateEndpoint. :type time_updated: datetime :param vcn_id: The value to assign to the vcn_id property of this DatabaseToolsPrivateEndpoint. :type vcn_id: str :param subnet_id: The value to assign to the subnet_id property of this DatabaseToolsPrivateEndpoint. :type subnet_id: str :param private_endpoint_vnic_id: The value to assign to the private_endpoint_vnic_id property of this DatabaseToolsPrivateEndpoint. :type private_endpoint_vnic_id: str :param private_endpoint_ip: The value to assign to the private_endpoint_ip property of this DatabaseToolsPrivateEndpoint. :type private_endpoint_ip: str :param endpoint_fqdn: The value to assign to the endpoint_fqdn property of this DatabaseToolsPrivateEndpoint. :type endpoint_fqdn: str :param additional_fqdns: The value to assign to the additional_fqdns property of this DatabaseToolsPrivateEndpoint. :type additional_fqdns: list[str] :param lifecycle_state: The value to assign to the lifecycle_state property of this DatabaseToolsPrivateEndpoint. 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 DatabaseToolsPrivateEndpoint. :type lifecycle_details: str :param nsg_ids: The value to assign to the nsg_ids property of this DatabaseToolsPrivateEndpoint. :type nsg_ids: list[str] :param reverse_connection_configuration: The value to assign to the reverse_connection_configuration property of this DatabaseToolsPrivateEndpoint. :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.py�__init__( s| Y��z%DatabaseToolsPrivateEndpoint.__init__c C s | j S )ai **[Required]** Gets the compartment_id of this DatabaseToolsPrivateEndpoint. The `OCID`__ of the compartment containing the Database Tools private endpoint. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this DatabaseToolsPrivateEndpoint. :rtype: str �r8 �rL rN rN rO r � s z+DatabaseToolsPrivateEndpoint.compartment_idc C s || _ dS )ag Sets the compartment_id of this DatabaseToolsPrivateEndpoint. The `OCID`__ of the compartment containing the Database Tools private endpoint. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this DatabaseToolsPrivateEndpoint. :type: str NrQ )rL r rN rN rO r � s c C s | j S )aY Gets the defined_tags of this DatabaseToolsPrivateEndpoint. 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 DatabaseToolsPrivateEndpoint. :rtype: dict(str, dict(str, object)) �r9 rR rN rN rO r � s z)DatabaseToolsPrivateEndpoint.defined_tagsc C s || _ dS )ad Sets the defined_tags of this DatabaseToolsPrivateEndpoint. 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 DatabaseToolsPrivateEndpoint. :type: dict(str, dict(str, object)) NrS )rL r rN rN rO r � s c C s | j S )a_ Gets the freeform_tags of this DatabaseToolsPrivateEndpoint. 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 DatabaseToolsPrivateEndpoint. :rtype: dict(str, str) �r: rR rN rN rO r � s z*DatabaseToolsPrivateEndpoint.freeform_tagsc C s || _ dS )ak Sets the freeform_tags of this DatabaseToolsPrivateEndpoint. 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 DatabaseToolsPrivateEndpoint. :type: dict(str, str) NrT )rL r rN rN rO r s c C s | j S )aV Gets the system_tags of this DatabaseToolsPrivateEndpoint. 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 DatabaseToolsPrivateEndpoint. :rtype: dict(str, dict(str, object)) �r; rR rN rN rO r s z(DatabaseToolsPrivateEndpoint.system_tagsc C s || _ dS )a` Sets the system_tags of this DatabaseToolsPrivateEndpoint. 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 DatabaseToolsPrivateEndpoint. :type: dict(str, dict(str, object)) NrU )rL r rN rN rO r s c C s | j S )a# Gets the display_name of this DatabaseToolsPrivateEndpoint. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this DatabaseToolsPrivateEndpoint. :rtype: str �r<