ruạṛ
a ���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]�boolZdatetimezdict(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 Z compartmentIdZdisplayNamer ZvcnIdZsubnetIdZ sourceIpsZ nsgIdListZ%isUsedWithConfigurationSourceProviderZdnsZonesZtimeCreatedZlifecycleStateZfreeformTagsZdefinedTagsN)Z swagger_typesZ 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, �P/usr/lib/python3.9/site-packages/oci/resource_manager/models/private_endpoint.py�__init__( sX A��zPrivateEndpoint.__init__c C s | j S )a **[Required]** Gets the id of this PrivateEndpoint. The `OCID`__ of the private endpoint. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this PrivateEndpoint. :rtype: str �r �r* r, r, r- r � s zPrivateEndpoint.idc C s || _ dS )a Sets the id of this PrivateEndpoint. The `OCID`__ of the private endpoint. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this PrivateEndpoint. :type: str Nr/ )r* r r, r, r- r � s c C s | j S )aF **[Required]** Gets the compartment_id of this PrivateEndpoint. 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 PrivateEndpoint. :rtype: str �r r0 r, r, r- r � s zPrivateEndpoint.compartment_idc C s || _ dS )aD Sets the compartment_id of this PrivateEndpoint. 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 PrivateEndpoint. :type: str Nr1 )r* r r, r, r- r � s c C s | j S )a Gets the display_name of this PrivateEndpoint. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this PrivateEndpoint. :rtype: str �r r0 r, r, r- r � s zPrivateEndpoint.display_namec C s || _ dS )a Sets the display_name of this PrivateEndpoint. A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this PrivateEndpoint. :type: str Nr2 )r* r r, r, r- r � s c C s | j S )z� Gets the description of this PrivateEndpoint. Description of the private endpoint. Avoid entering confidential information. :return: The description of this PrivateEndpoint. :rtype: str �r r0 r, r, r- r � s zPrivateEndpoint.descriptionc C s || _ dS )z� Sets the description of this PrivateEndpoint. Description of the private endpoint. Avoid entering confidential information. :param description: The description of this PrivateEndpoint. :type: str Nr3 )r* r r, r, r- r � s c C s | j S )a& **[Required]** Gets the vcn_id of this PrivateEndpoint. The `OCID`__ of the VCN for the private endpoint. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The vcn_id of this PrivateEndpoint. :rtype: str �r r0 r, r, r- r s zPrivateEndpoint.vcn_idc C s || _ dS )a Sets the vcn_id of this PrivateEndpoint. The `OCID`__ of the VCN for the private endpoint. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param vcn_id: The vcn_id of this PrivateEndpoint. :type: str Nr4 )r* r r, r, r- r s c C s | j S )a> **[Required]** Gets the subnet_id of this PrivateEndpoint. The `OCID`__ of the subnet within the VCN for the private endpoint. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The subnet_id of this PrivateEndpoint. :rtype: str �r! r0 r, r, r- r s zPrivateEndpoint.subnet_idc C s || _ dS )a7 Sets the subnet_id of this PrivateEndpoint. The `OCID`__ of the subnet within the VCN for the private endpoint. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param subnet_id: The subnet_id of this PrivateEndpoint. :type: str Nr5 )r* r r, r, r- r + s c C s | j S )a Gets the source_ips of this PrivateEndpoint. The source IP addresses that Resource Manager uses to connect to your network. Automatically assigned by Resource Manager. :return: The source_ips of this PrivateEndpoint. :rtype: list[str] �r"