📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
streaming
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/streaming/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: private_endpoint_details.cpython-39.pyc
a ���fS � @ 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 )�PrivateEndpointDetailszD Optional parameters if a private stream pool is requested. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new PrivateEndpointDetails 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 PrivateEndpointDetails. :type subnet_id: str :param private_endpoint_ip: The value to assign to the private_endpoint_ip property of this PrivateEndpointDetails. :type private_endpoint_ip: str :param nsg_ids: The value to assign to the nsg_ids property of this PrivateEndpointDetails. :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 �Q/usr/lib/python3.9/site-packages/oci/streaming/models/private_endpoint_details.py�__init__ s ��zPrivateEndpointDetails.__init__c C s | j S )a� Gets the subnet_id of this PrivateEndpointDetails. If specified, the stream pool will be private and only accessible from inside that subnet. Producing-to and consuming-from a stream inside a private stream pool can also only be done from inside the subnet. That value cannot be changed. :return: The subnet_id of this PrivateEndpointDetails. :rtype: str �r �r r r r r 4 s z PrivateEndpointDetails.subnet_idc C s || _ dS )a� Sets the subnet_id of this PrivateEndpointDetails. If specified, the stream pool will be private and only accessible from inside that subnet. Producing-to and consuming-from a stream inside a private stream pool can also only be done from inside the subnet. That value cannot be changed. :param subnet_id: The subnet_id of this PrivateEndpointDetails. :type: str Nr )r r r r r r B s c C s | j S )a� Gets the private_endpoint_ip of this PrivateEndpointDetails. The optional private IP you want to be associated with your private stream pool. That parameter can only be specified when the subnetId parameter is set. It cannot be changed. The private IP needs to be part of the CIDR range of the specified subnetId or the creation will fail. If not specified a random IP inside the subnet will be chosen. After the stream pool is created, a custom FQDN, pointing to this private IP, is created. The FQDN is then used to access the service instead of the private IP. :return: The private_endpoint_ip of this PrivateEndpointDetails. :rtype: str �r r r r r r P s z*PrivateEndpointDetails.private_endpoint_ipc C s || _ dS )a� Sets the private_endpoint_ip of this PrivateEndpointDetails. The optional private IP you want to be associated with your private stream pool. That parameter can only be specified when the subnetId parameter is set. It cannot be changed. The private IP needs to be part of the CIDR range of the specified subnetId or the creation will fail. If not specified a random IP inside the subnet will be chosen. After the stream pool is created, a custom FQDN, pointing to this private IP, is created. The FQDN is then used to access the service instead of the private IP. :param private_endpoint_ip: The private_endpoint_ip of this PrivateEndpointDetails. :type: str Nr )r r r r r r a s c C s | j S )a/ Gets the nsg_ids of this PrivateEndpointDetails. The optional list of network security groups to be used with the private endpoint of the stream pool. That value cannot be changed. :return: The nsg_ids of this PrivateEndpointDetails. :rtype: list[str] �r r r r r r r s zPrivateEndpointDetails.nsg_idsc C s || _ dS )a5 Sets the nsg_ids of this PrivateEndpointDetails. The optional list of network security groups to be used with the private endpoint of the stream pool. That value cannot be changed. :param nsg_ids: The nsg_ids of this PrivateEndpointDetails. :type: list[str] Nr )r r r r r r s c C s t | �S �N)r r r r r �__repr__� s zPrivateEndpointDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zPrivateEndpointDetails.__eq__c C s | |k S r r r r r r �__ne__� s zPrivateEndpointDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"