|
InfluxDB PHP Client
|
Public Member Functions | |
| getModelName () | |
| __construct (?array $data=null) | |
| listInvalidProperties () | |
| valid () | |
| 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) | |
| getDropNonRetryableData () | |
| setDropNonRetryableData ($drop_non_retryable_data) | |
| getMaxAgeSeconds () | |
| setMaxAgeSeconds ($max_age_seconds) | |
| 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 = 'ReplicationCreationRequest' |
| static | $openAPITypes |
| static | $openAPIFormats |
| static | $attributeMap |
| static | $setters |
| static | $getters |
| InfluxDB2\Model\ReplicationCreationRequest::__construct | ( | ?array | $data = null | ) |
Constructor
| mixed[] | $data | Associated array of property values initializing the model |
| InfluxDB2\Model\ReplicationCreationRequest::__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\ReplicationCreationRequest::getDescription | ( | ) |
Gets description
| InfluxDB2\Model\ReplicationCreationRequest::getDropNonRetryableData | ( | ) |
Gets drop_non_retryable_data
| InfluxDB2\Model\ReplicationCreationRequest::getLocalBucketId | ( | ) |
Gets local_bucket_id
| InfluxDB2\Model\ReplicationCreationRequest::getMaxAgeSeconds | ( | ) |
Gets max_age_seconds
| InfluxDB2\Model\ReplicationCreationRequest::getMaxQueueSizeBytes | ( | ) |
Gets max_queue_size_bytes
| InfluxDB2\Model\ReplicationCreationRequest::getModelName | ( | ) |
| InfluxDB2\Model\ReplicationCreationRequest::getName | ( | ) |
Gets name
| InfluxDB2\Model\ReplicationCreationRequest::getOrgId | ( | ) |
Gets org_id
| InfluxDB2\Model\ReplicationCreationRequest::getRemoteBucketId | ( | ) |
Gets remote_bucket_id
| InfluxDB2\Model\ReplicationCreationRequest::getRemoteBucketName | ( | ) |
Gets remote_bucket_name
| InfluxDB2\Model\ReplicationCreationRequest::getRemoteId | ( | ) |
Gets remote_id
|
static |
Array of attributes to getter functions (for serialization of requests)
Implements InfluxDB2\Model\ModelInterface.
| InfluxDB2\Model\ReplicationCreationRequest::listInvalidProperties | ( | ) |
Show all the invalid properties with reasons.
Implements InfluxDB2\Model\ModelInterface.
| InfluxDB2\Model\ReplicationCreationRequest::offsetExists | ( | $offset | ) |
Returns true if offset exists. False otherwise.
| integer | $offset | Offset |
| InfluxDB2\Model\ReplicationCreationRequest::offsetGet | ( | $offset | ) |
Gets offset.
| integer | $offset | Offset |
| InfluxDB2\Model\ReplicationCreationRequest::offsetSet | ( | $offset, | |
| $value ) |
Sets value based on offset.
| integer | $offset | Offset |
| mixed | $value | Value to be set |
| InfluxDB2\Model\ReplicationCreationRequest::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\ReplicationCreationRequest::setDescription | ( | $description | ) |
Sets description
| string | null | $description | description |
| InfluxDB2\Model\ReplicationCreationRequest::setDropNonRetryableData | ( | $drop_non_retryable_data | ) |
Sets drop_non_retryable_data
| bool | null | $drop_non_retryable_data | drop_non_retryable_data |
| InfluxDB2\Model\ReplicationCreationRequest::setLocalBucketId | ( | $local_bucket_id | ) |
Sets local_bucket_id
| string | $local_bucket_id | local_bucket_id |
| InfluxDB2\Model\ReplicationCreationRequest::setMaxAgeSeconds | ( | $max_age_seconds | ) |
Sets max_age_seconds
| int | $max_age_seconds | max_age_seconds |
| InfluxDB2\Model\ReplicationCreationRequest::setMaxQueueSizeBytes | ( | $max_queue_size_bytes | ) |
Sets max_queue_size_bytes
| int | $max_queue_size_bytes | max_queue_size_bytes |
| InfluxDB2\Model\ReplicationCreationRequest::setName | ( | $name | ) |
Sets name
| string | $name | name |
| InfluxDB2\Model\ReplicationCreationRequest::setOrgId | ( | $org_id | ) |
Sets org_id
| string | $org_id | org_id |
| InfluxDB2\Model\ReplicationCreationRequest::setRemoteBucketId | ( | $remote_bucket_id | ) |
Sets remote_bucket_id
| string | null | $remote_bucket_id | remote_bucket_id |
| InfluxDB2\Model\ReplicationCreationRequest::setRemoteBucketName | ( | $remote_bucket_name | ) |
Sets remote_bucket_name
| string | null | $remote_bucket_name | remote_bucket_name |
| InfluxDB2\Model\ReplicationCreationRequest::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\ReplicationCreationRequest::valid | ( | ) |
Validate all the properties in the model return true if all passed
Implements InfluxDB2\Model\ModelInterface.
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |