InfluxDB PHP Client
|
Public Member Functions | |
getModelName () | |
__construct (array $data=null) | |
listInvalidProperties () | |
valid () | |
getId () | |
setId ($id) | |
getName () | |
setName ($name) | |
getDescription () | |
setDescription ($description) | |
getOrgId () | |
setOrgId ($org_id) | |
getRemoteId () | |
setRemoteId ($remote_id) | |
getLocalBucketId () | |
setLocalBucketId ($local_bucket_id) | |
getRemoteBucketId () | |
setRemoteBucketId ($remote_bucket_id) | |
getRemoteBucketName () | |
setRemoteBucketName ($remote_bucket_name) | |
getMaxQueueSizeBytes () | |
setMaxQueueSizeBytes ($max_queue_size_bytes) | |
getCurrentQueueSizeBytes () | |
setCurrentQueueSizeBytes ($current_queue_size_bytes) | |
getLatestResponseCode () | |
setLatestResponseCode ($latest_response_code) | |
getLatestErrorMessage () | |
setLatestErrorMessage ($latest_error_message) | |
getDropNonRetryableData () | |
setDropNonRetryableData ($drop_non_retryable_data) | |
offsetExists ($offset) | |
offsetGet ($offset) | |
offsetSet ($offset, $value) | |
offsetUnset ($offset) | |
__toString () | |
Static Public Member Functions | |
static | openAPITypes () |
static | openAPIFormats () |
static | attributeMap () |
static | setters () |
static | getters () |
Public Attributes | |
const | DISCRIMINATOR = null |
Protected Attributes | |
$container = [] | |
Static Protected Attributes | |
static | $openAPIModelName = 'Replication' |
static | $openAPITypes |
static | $openAPIFormats |
static | $attributeMap |
static | $setters |
static | $getters |
InfluxDB2\Model\Replication::__construct | ( | array | $data = null | ) |
Constructor
mixed[] | $data | Associated array of property values initializing the model |
InfluxDB2\Model\Replication::__toString | ( | ) |
Gets the string presentation of the object
|
static |
Array of attributes where the key is the local name, and the value is the original name
Implements InfluxDB2\Model\ModelInterface.
InfluxDB2\Model\Replication::getCurrentQueueSizeBytes | ( | ) |
Gets current_queue_size_bytes
InfluxDB2\Model\Replication::getDescription | ( | ) |
Gets description
InfluxDB2\Model\Replication::getDropNonRetryableData | ( | ) |
Gets drop_non_retryable_data
InfluxDB2\Model\Replication::getId | ( | ) |
Gets id
InfluxDB2\Model\Replication::getLatestErrorMessage | ( | ) |
Gets latest_error_message
InfluxDB2\Model\Replication::getLatestResponseCode | ( | ) |
Gets latest_response_code
InfluxDB2\Model\Replication::getLocalBucketId | ( | ) |
Gets local_bucket_id
InfluxDB2\Model\Replication::getMaxQueueSizeBytes | ( | ) |
Gets max_queue_size_bytes
InfluxDB2\Model\Replication::getModelName | ( | ) |
InfluxDB2\Model\Replication::getName | ( | ) |
Gets name
InfluxDB2\Model\Replication::getOrgId | ( | ) |
Gets org_id
InfluxDB2\Model\Replication::getRemoteBucketId | ( | ) |
Gets remote_bucket_id
InfluxDB2\Model\Replication::getRemoteBucketName | ( | ) |
Gets remote_bucket_name
InfluxDB2\Model\Replication::getRemoteId | ( | ) |
Gets remote_id
|
static |
Array of attributes to getter functions (for serialization of requests)
Implements InfluxDB2\Model\ModelInterface.
InfluxDB2\Model\Replication::listInvalidProperties | ( | ) |
Show all the invalid properties with reasons.
Implements InfluxDB2\Model\ModelInterface.
InfluxDB2\Model\Replication::offsetExists | ( | $offset | ) |
Returns true if offset exists. False otherwise.
integer | $offset | Offset |
InfluxDB2\Model\Replication::offsetGet | ( | $offset | ) |
Gets offset.
integer | $offset | Offset |
InfluxDB2\Model\Replication::offsetSet | ( | $offset, | |
$value ) |
Sets value based on offset.
integer | $offset | Offset |
mixed | $value | Value to be set |
InfluxDB2\Model\Replication::offsetUnset | ( | $offset | ) |
Unsets offset.
integer | $offset | Offset |
|
static |
Array of property to format mappings. Used for (de)serialization
Implements InfluxDB2\Model\ModelInterface.
|
static |
Array of property to type mappings. Used for (de)serialization
Implements InfluxDB2\Model\ModelInterface.
InfluxDB2\Model\Replication::setCurrentQueueSizeBytes | ( | $current_queue_size_bytes | ) |
Sets current_queue_size_bytes
int | $current_queue_size_bytes | current_queue_size_bytes |
InfluxDB2\Model\Replication::setDescription | ( | $description | ) |
Sets description
string | null | $description | description |
InfluxDB2\Model\Replication::setDropNonRetryableData | ( | $drop_non_retryable_data | ) |
Sets drop_non_retryable_data
bool | null | $drop_non_retryable_data | drop_non_retryable_data |
InfluxDB2\Model\Replication::setId | ( | $id | ) |
Sets id
string | $id | id |
InfluxDB2\Model\Replication::setLatestErrorMessage | ( | $latest_error_message | ) |
Sets latest_error_message
string | null | $latest_error_message | latest_error_message |
InfluxDB2\Model\Replication::setLatestResponseCode | ( | $latest_response_code | ) |
Sets latest_response_code
int | null | $latest_response_code | latest_response_code |
InfluxDB2\Model\Replication::setLocalBucketId | ( | $local_bucket_id | ) |
Sets local_bucket_id
string | $local_bucket_id | local_bucket_id |
InfluxDB2\Model\Replication::setMaxQueueSizeBytes | ( | $max_queue_size_bytes | ) |
Sets max_queue_size_bytes
int | $max_queue_size_bytes | max_queue_size_bytes |
InfluxDB2\Model\Replication::setName | ( | $name | ) |
Sets name
string | $name | name |
InfluxDB2\Model\Replication::setOrgId | ( | $org_id | ) |
Sets org_id
string | $org_id | org_id |
InfluxDB2\Model\Replication::setRemoteBucketId | ( | $remote_bucket_id | ) |
Sets remote_bucket_id
string | null | $remote_bucket_id | remote_bucket_id |
InfluxDB2\Model\Replication::setRemoteBucketName | ( | $remote_bucket_name | ) |
Sets remote_bucket_name
string | null | $remote_bucket_name | remote_bucket_name |
InfluxDB2\Model\Replication::setRemoteId | ( | $remote_id | ) |
Sets remote_id
string | $remote_id | remote_id |
|
static |
Array of attributes to setter functions (for deserialization of responses)
Implements InfluxDB2\Model\ModelInterface.
InfluxDB2\Model\Replication::valid | ( | ) |
Validate all the properties in the model return true if all passed
Implements InfluxDB2\Model\ModelInterface.
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |