|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\ReplicationUpdateRequest::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\ReplicationUpdateRequest::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\ReplicationUpdateRequest::attributeMap |
( |
| ) |
|
|
static |
◆ getDescription()
InfluxDB2\Model\ReplicationUpdateRequest::getDescription |
( |
| ) |
|
Gets description
- Returns
- string|null
◆ getDropNonRetryableData()
InfluxDB2\Model\ReplicationUpdateRequest::getDropNonRetryableData |
( |
| ) |
|
Gets drop_non_retryable_data
- Returns
- bool|null
◆ getMaxAgeSeconds()
InfluxDB2\Model\ReplicationUpdateRequest::getMaxAgeSeconds |
( |
| ) |
|
Gets max_age_seconds
- Returns
- int|null
◆ getMaxQueueSizeBytes()
InfluxDB2\Model\ReplicationUpdateRequest::getMaxQueueSizeBytes |
( |
| ) |
|
Gets max_queue_size_bytes
- Returns
- int|null
◆ getModelName()
InfluxDB2\Model\ReplicationUpdateRequest::getModelName |
( |
| ) |
|
◆ getName()
InfluxDB2\Model\ReplicationUpdateRequest::getName |
( |
| ) |
|
Gets name
- Returns
- string|null
◆ getRemoteBucketId()
InfluxDB2\Model\ReplicationUpdateRequest::getRemoteBucketId |
( |
| ) |
|
Gets remote_bucket_id
- Returns
- string|null
◆ getRemoteBucketName()
InfluxDB2\Model\ReplicationUpdateRequest::getRemoteBucketName |
( |
| ) |
|
Gets remote_bucket_name
- Returns
- string|null
◆ getRemoteId()
InfluxDB2\Model\ReplicationUpdateRequest::getRemoteId |
( |
| ) |
|
Gets remote_id
- Returns
- string|null
◆ getters()
static InfluxDB2\Model\ReplicationUpdateRequest::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
InfluxDB2\Model\ReplicationUpdateRequest::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\ReplicationUpdateRequest::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\ReplicationUpdateRequest::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\ReplicationUpdateRequest::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\ReplicationUpdateRequest::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\ReplicationUpdateRequest::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\ReplicationUpdateRequest::openAPITypes |
( |
| ) |
|
|
static |
◆ setDescription()
InfluxDB2\Model\ReplicationUpdateRequest::setDescription |
( |
| $description | ) |
|
Sets description
- Parameters
-
string | null | $description | description |
- Returns
- $this
◆ setDropNonRetryableData()
InfluxDB2\Model\ReplicationUpdateRequest::setDropNonRetryableData |
( |
| $drop_non_retryable_data | ) |
|
Sets drop_non_retryable_data
- Parameters
-
bool | null | $drop_non_retryable_data | drop_non_retryable_data |
- Returns
- $this
◆ setMaxAgeSeconds()
InfluxDB2\Model\ReplicationUpdateRequest::setMaxAgeSeconds |
( |
| $max_age_seconds | ) |
|
Sets max_age_seconds
- Parameters
-
int | null | $max_age_seconds | max_age_seconds |
- Returns
- $this
◆ setMaxQueueSizeBytes()
InfluxDB2\Model\ReplicationUpdateRequest::setMaxQueueSizeBytes |
( |
| $max_queue_size_bytes | ) |
|
Sets max_queue_size_bytes
- Parameters
-
int | null | $max_queue_size_bytes | max_queue_size_bytes |
- Returns
- $this
◆ setName()
InfluxDB2\Model\ReplicationUpdateRequest::setName |
( |
| $name | ) |
|
Sets name
- Parameters
-
- Returns
- $this
◆ setRemoteBucketId()
InfluxDB2\Model\ReplicationUpdateRequest::setRemoteBucketId |
( |
| $remote_bucket_id | ) |
|
Sets remote_bucket_id
- Parameters
-
string | null | $remote_bucket_id | remote_bucket_id |
- Returns
- $this
◆ setRemoteBucketName()
InfluxDB2\Model\ReplicationUpdateRequest::setRemoteBucketName |
( |
| $remote_bucket_name | ) |
|
Sets remote_bucket_name
- Parameters
-
string | null | $remote_bucket_name | remote_bucket_name |
- Returns
- $this
◆ setRemoteId()
InfluxDB2\Model\ReplicationUpdateRequest::setRemoteId |
( |
| $remote_id | ) |
|
Sets remote_id
- Parameters
-
string | null | $remote_id | remote_id |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\ReplicationUpdateRequest::setters |
( |
| ) |
|
|
static |
◆ valid()
InfluxDB2\Model\ReplicationUpdateRequest::valid |
( |
| ) |
|
Validate all the properties in the model return true if all passed
- Returns
- bool True if all properties are valid
Implements InfluxDB2\Model\ModelInterface.
◆ $attributeMap
InfluxDB2\Model\ReplicationUpdateRequest::$attributeMap |
|
staticprotected |
Initial value:= [
'name' => 'name',
'description' => 'description',
'remote_id' => 'remoteID',
'remote_bucket_id' => 'remoteBucketID',
'remote_bucket_name' => 'remoteBucketName',
'max_queue_size_bytes' => 'maxQueueSizeBytes',
'drop_non_retryable_data' => 'dropNonRetryableData',
'max_age_seconds' => 'maxAgeSeconds'
]
◆ $getters
InfluxDB2\Model\ReplicationUpdateRequest::$getters |
|
staticprotected |
Initial value:= [
'name' => 'getName',
'description' => 'getDescription',
'remote_id' => 'getRemoteId',
'remote_bucket_id' => 'getRemoteBucketId',
'remote_bucket_name' => 'getRemoteBucketName',
'max_queue_size_bytes' => 'getMaxQueueSizeBytes',
'drop_non_retryable_data' => 'getDropNonRetryableData',
'max_age_seconds' => 'getMaxAgeSeconds'
]
◆ $openAPIFormats
InfluxDB2\Model\ReplicationUpdateRequest::$openAPIFormats |
|
staticprotected |
Initial value:= [
'name' => null,
'description' => null,
'remote_id' => null,
'remote_bucket_id' => null,
'remote_bucket_name' => null,
'max_queue_size_bytes' => 'int64',
'drop_non_retryable_data' => null,
'max_age_seconds' => 'int64'
]
◆ $openAPITypes
InfluxDB2\Model\ReplicationUpdateRequest::$openAPITypes |
|
staticprotected |
Initial value:= [
'name' => 'string',
'description' => 'string',
'remote_id' => 'string',
'remote_bucket_id' => 'string',
'remote_bucket_name' => 'string',
'max_queue_size_bytes' => 'int',
'drop_non_retryable_data' => 'bool',
'max_age_seconds' => 'int'
]
◆ $setters
InfluxDB2\Model\ReplicationUpdateRequest::$setters |
|
staticprotected |
Initial value:= [
'name' => 'setName',
'description' => 'setDescription',
'remote_id' => 'setRemoteId',
'remote_bucket_id' => 'setRemoteBucketId',
'remote_bucket_name' => 'setRemoteBucketName',
'max_queue_size_bytes' => 'setMaxQueueSizeBytes',
'drop_non_retryable_data' => 'setDropNonRetryableData',
'max_age_seconds' => 'setMaxAgeSeconds'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/ReplicationUpdateRequest.php