📂 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
›
golden_gate
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/golden_gate/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: kafka_bootstrap_server.cpython-39.pyc
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 )�KafkaBootstrapServerzy Represents a Kafka bootstrap server with host name, optional port defaults to 9092, and an optional private ip. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ae Initializes a new KafkaBootstrapServer object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param host: The value to assign to the host property of this KafkaBootstrapServer. :type host: str :param port: The value to assign to the port property of this KafkaBootstrapServer. :type port: int :param private_ip: The value to assign to the private_ip property of this KafkaBootstrapServer. :type private_ip: str �str�int)�host�port� private_ipr r Z privateIpN)Z swagger_typesZ attribute_map�_host�_port�_private_ip)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/golden_gate/models/kafka_bootstrap_server.py�__init__ s ��zKafkaBootstrapServer.__init__c C s | j S )z� **[Required]** Gets the host of this KafkaBootstrapServer. The name or address of a host. :return: The host of this KafkaBootstrapServer. :rtype: str �r �r r r r r 4 s zKafkaBootstrapServer.hostc C s || _ dS )z� Sets the host of this KafkaBootstrapServer. The name or address of a host. :param host: The host of this KafkaBootstrapServer. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the port of this KafkaBootstrapServer. The port of an endpoint usually specified for a connection. :return: The port of this KafkaBootstrapServer. :rtype: int �r r r r r r L s zKafkaBootstrapServer.portc C s || _ dS )z� Sets the port of this KafkaBootstrapServer. The port of an endpoint usually specified for a connection. :param port: The port of this KafkaBootstrapServer. :type: int Nr )r r r r r r X s c C s | j S )ac Gets the private_ip of this KafkaBootstrapServer. Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN. The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection. :return: The private_ip of this KafkaBootstrapServer. :rtype: str �r r r r r r d s zKafkaBootstrapServer.private_ipc C s || _ dS )al Sets the private_ip of this KafkaBootstrapServer. Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN. The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection. :param private_ip: The private_ip of this KafkaBootstrapServer. :type: str Nr )r r r r r r w s c C s t | �S �N)r r r r r �__repr__� s zKafkaBootstrapServer.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zKafkaBootstrapServer.__eq__c C s | |k S r r r r r r �__ne__� s zKafkaBootstrapServer.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"