ruạṛ
a ���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 @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�PrivateEndpointSettingsz: Optional settings if the stream pool is private. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new PrivateEndpointSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param subnet_id: The value to assign to the subnet_id property of this PrivateEndpointSettings. :type subnet_id: str :param private_endpoint_ip: The value to assign to the private_endpoint_ip property of this PrivateEndpointSettings. :type private_endpoint_ip: str :param nsg_ids: The value to assign to the nsg_ids property of this PrivateEndpointSettings. :type nsg_ids: list[str] �strz list[str])� subnet_id�private_endpoint_ip�nsg_idsZsubnetIdZprivateEndpointIpZnsgIdsN)Z swagger_typesZ attribute_map� _subnet_id�_private_endpoint_ip�_nsg_ids)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/streaming/models/private_endpoint_settings.py�__init__ s ��z PrivateEndpointSettings.__init__c C s | j S )aA Gets the subnet_id of this PrivateEndpointSettings. The subnet id from which the private stream pool can be accessed. Trying to access the streams from another network location will result in an error. :return: The subnet_id of this PrivateEndpointSettings. :rtype: str �r �r r r r r 4 s z!PrivateEndpointSettings.subnet_idc C s || _ dS )aI Sets the subnet_id of this PrivateEndpointSettings. The subnet id from which the private stream pool can be accessed. Trying to access the streams from another network location will result in an error. :param subnet_id: The subnet_id of this PrivateEndpointSettings. :type: str Nr )r r r r r r A s c C s | j S )a� Gets the private_endpoint_ip of this PrivateEndpointSettings. The private IP associated with the stream pool in the associated subnetId. The stream pool's FQDN resolves to that IP and should be used - instead of the private IP - in order to not trigger any TLS issues. :return: The private_endpoint_ip of this PrivateEndpointSettings. :rtype: str �r r r r r r N s z+PrivateEndpointSettings.private_endpoint_ipc C s || _ dS )a� Sets the private_endpoint_ip of this PrivateEndpointSettings. The private IP associated with the stream pool in the associated subnetId. The stream pool's FQDN resolves to that IP and should be used - instead of the private IP - in order to not trigger any TLS issues. :param private_endpoint_ip: The private_endpoint_ip of this PrivateEndpointSettings. :type: str Nr )r r r r r r [ s c C s | j S )a Gets the nsg_ids of this PrivateEndpointSettings. The optional list of network security groups that are associated with the private endpoint of the stream pool. :return: The nsg_ids of this PrivateEndpointSettings. :rtype: list[str] �r r r r r r h s zPrivateEndpointSettings.nsg_idsc C s || _ dS )a Sets the nsg_ids of this PrivateEndpointSettings. The optional list of network security groups that are associated with the private endpoint of the stream pool. :param nsg_ids: The nsg_ids of this PrivateEndpointSettings. :type: list[str] Nr )r r r r r r t s c C s t | �S �N)r r r r r �__repr__� s z PrivateEndpointSettings.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zPrivateEndpointSettings.__eq__c C s | |k S r r r r r r �__ne__� s zPrivateEndpointSettings.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"