|
InfluxDB PHP Client
|
Public Member Functions | |
| getModelName () | |
| __construct (?array $data=null) | |
| listInvalidProperties () | |
| valid () | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
| __toString () | |
Public Member Functions inherited from InfluxDB2\Model\CheckBase | |
| getLastRunStatusAllowableValues () | |
| getId () | |
| setId ($id) | |
| getName () | |
| setName ($name) | |
| getOrgId () | |
| setOrgId ($org_id) | |
| getTaskId () | |
| setTaskId ($task_id) | |
| getOwnerId () | |
| setOwnerId ($owner_id) | |
| getCreatedAt () | |
| setCreatedAt ($created_at) | |
| getUpdatedAt () | |
| setUpdatedAt ($updated_at) | |
| getQuery () | |
| setQuery ($query) | |
| getStatus () | |
| setStatus ($status) | |
| getDescription () | |
| setDescription ($description) | |
| getLatestCompleted () | |
| setLatestCompleted ($latest_completed) | |
| getLastRunStatus () | |
| setLastRunStatus ($last_run_status) | |
| getLastRunError () | |
| setLastRunError ($last_run_error) | |
| getLabels () | |
| setLabels ($labels) | |
| getLinks () | |
| setLinks ($links) | |
Static Public Member Functions | |
| static | openAPITypes () |
| static | openAPIFormats () |
| static | attributeMap () |
| static | setters () |
| static | getters () |
Public Attributes | |
| const | DISCRIMINATOR = 'type' |
Public Attributes inherited from InfluxDB2\Model\CheckBase | |
| const | DISCRIMINATOR = null |
| const | LAST_RUN_STATUS_FAILED = 'failed' |
| const | LAST_RUN_STATUS_SUCCESS = 'success' |
| const | LAST_RUN_STATUS_CANCELED = 'canceled' |
Static Protected Attributes | |
| static | $openAPIModelName = 'CheckDiscriminator' |
| static | $openAPITypes |
| static | $openAPIFormats |
| static | $attributeMap |
| static | $setters |
| static | $getters |
Static Protected Attributes inherited from InfluxDB2\Model\CheckBase | |
| static | $openAPIModelName = 'CheckBase' |
| static | $openAPITypes |
| static | $openAPIFormats |
| static | $attributeMap |
| static | $setters |
| static | $getters |
Additional Inherited Members | |
Protected Attributes inherited from InfluxDB2\Model\CheckBase | |
| $container = [] | |
| InfluxDB2\Model\CheckDiscriminator::__construct | ( | ?array | $data = null | ) |
Constructor
| mixed[] | $data | Associated array of property values initializing the model |
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
| InfluxDB2\Model\CheckDiscriminator::__toString | ( | ) |
Gets the string presentation of the object
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
|
static |
Array of attributes where the key is the local name, and the value is the original name
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
| InfluxDB2\Model\CheckDiscriminator::getModelName | ( | ) |
The original name of the model.
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
|
static |
Array of attributes to getter functions (for serialization of requests)
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
| InfluxDB2\Model\CheckDiscriminator::listInvalidProperties | ( | ) |
Show all the invalid properties with reasons.
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
| InfluxDB2\Model\CheckDiscriminator::offsetExists | ( | $offset | ) |
Returns true if offset exists. False otherwise.
| integer | $offset | Offset |
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
| InfluxDB2\Model\CheckDiscriminator::offsetGet | ( | $offset | ) |
Gets offset.
| integer | $offset | Offset |
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
| InfluxDB2\Model\CheckDiscriminator::offsetSet | ( | $offset, | |
| $value ) |
Sets value based on offset.
| integer | $offset | Offset |
| mixed | $value | Value to be set |
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
| InfluxDB2\Model\CheckDiscriminator::offsetUnset | ( | $offset | ) |
Unsets offset.
| integer | $offset | Offset |
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
|
static |
Array of property to format mappings. Used for (de)serialization
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
|
static |
Array of property to type mappings. Used for (de)serialization
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
|
static |
Array of attributes to setter functions (for deserialization of responses)
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
| InfluxDB2\Model\CheckDiscriminator::valid | ( | ) |
Validate all the properties in the model return true if all passed
Reimplemented from InfluxDB2\Model\CheckBase.
Reimplemented in InfluxDB2\Model\Check, InfluxDB2\Model\CustomCheck, InfluxDB2\Model\DeadmanCheck, and InfluxDB2\Model\ThresholdCheck.
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |