InfluxDB PHP Client
|
Public Member Functions | |
getModelName () | |
getTypeAllowableValues () | |
getLanguagesAllowableValues () | |
__construct (array $data=null) | |
listInvalidProperties () | |
valid () | |
getLinks () | |
setLinks ($links) | |
getId () | |
setId ($id) | |
getOrgId () | |
setOrgId ($org_id) | |
getDefault () | |
setDefault ($default) | |
getName () | |
setName ($name) | |
getType () | |
setType ($type) | |
getUrl () | |
setUrl ($url) | |
getInsecureSkipVerify () | |
setInsecureSkipVerify ($insecure_skip_verify) | |
getTelegraf () | |
setTelegraf ($telegraf) | |
getToken () | |
setToken ($token) | |
getUsername () | |
setUsername ($username) | |
getPassword () | |
setPassword ($password) | |
getSharedSecret () | |
setSharedSecret ($shared_secret) | |
getMetaUrl () | |
setMetaUrl ($meta_url) | |
getDefaultRp () | |
setDefaultRp ($default_rp) | |
getLanguages () | |
setLanguages ($languages) | |
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 |
const | TYPE_V1 = 'v1' |
const | TYPE_V2 = 'v2' |
const | TYPE_SELF = 'self' |
const | LANGUAGES_FLUX = 'flux' |
const | LANGUAGES_INFLUXQL = 'influxql' |
Protected Attributes | |
$container = [] | |
Static Protected Attributes | |
static | $openAPIModelName = 'Source' |
static | $openAPITypes |
static | $openAPIFormats |
static | $attributeMap |
static | $setters |
static | $getters |
InfluxDB2\Model\Source::__construct | ( | array | $data = null | ) |
Constructor
mixed[] | $data | Associated array of property values initializing the model |
InfluxDB2\Model\Source::__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\Source::getDefault | ( | ) |
Gets default
InfluxDB2\Model\Source::getDefaultRp | ( | ) |
Gets default_rp
InfluxDB2\Model\Source::getId | ( | ) |
Gets id
InfluxDB2\Model\Source::getInsecureSkipVerify | ( | ) |
Gets insecure_skip_verify
InfluxDB2\Model\Source::getLanguages | ( | ) |
Gets languages
InfluxDB2\Model\Source::getLanguagesAllowableValues | ( | ) |
Gets allowable values of the enum
InfluxDB2\Model\Source::getLinks | ( | ) |
Gets links
InfluxDB2\Model\Source::getMetaUrl | ( | ) |
Gets meta_url
InfluxDB2\Model\Source::getModelName | ( | ) |
InfluxDB2\Model\Source::getName | ( | ) |
Gets name
InfluxDB2\Model\Source::getOrgId | ( | ) |
Gets org_id
InfluxDB2\Model\Source::getPassword | ( | ) |
Gets password
InfluxDB2\Model\Source::getSharedSecret | ( | ) |
Gets shared_secret
InfluxDB2\Model\Source::getTelegraf | ( | ) |
Gets telegraf
|
static |
Array of attributes to getter functions (for serialization of requests)
Implements InfluxDB2\Model\ModelInterface.
InfluxDB2\Model\Source::getToken | ( | ) |
Gets token
InfluxDB2\Model\Source::getType | ( | ) |
Gets type
InfluxDB2\Model\Source::getTypeAllowableValues | ( | ) |
Gets allowable values of the enum
InfluxDB2\Model\Source::getUrl | ( | ) |
Gets url
InfluxDB2\Model\Source::getUsername | ( | ) |
Gets username
InfluxDB2\Model\Source::listInvalidProperties | ( | ) |
Show all the invalid properties with reasons.
Implements InfluxDB2\Model\ModelInterface.
InfluxDB2\Model\Source::offsetExists | ( | $offset | ) |
Returns true if offset exists. False otherwise.
integer | $offset | Offset |
InfluxDB2\Model\Source::offsetGet | ( | $offset | ) |
Gets offset.
integer | $offset | Offset |
InfluxDB2\Model\Source::offsetSet | ( | $offset, | |
$value ) |
Sets value based on offset.
integer | $offset | Offset |
mixed | $value | Value to be set |
InfluxDB2\Model\Source::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\Source::setDefault | ( | $default | ) |
Sets default
bool | null | $default | default |
InfluxDB2\Model\Source::setDefaultRp | ( | $default_rp | ) |
Sets default_rp
string | null | $default_rp | default_rp |
InfluxDB2\Model\Source::setId | ( | $id | ) |
Sets id
string | null | $id | id |
InfluxDB2\Model\Source::setInsecureSkipVerify | ( | $insecure_skip_verify | ) |
Sets insecure_skip_verify
bool | null | $insecure_skip_verify | insecure_skip_verify |
InfluxDB2\Model\Source::setLanguages | ( | $languages | ) |
Sets languages
string[] | null | $languages | languages |
InfluxDB2\Model\Source::setLinks | ( | $links | ) |
Sets links
\InfluxDB2\Model\SourceLinks | null | $links | links |
InfluxDB2\Model\Source::setMetaUrl | ( | $meta_url | ) |
Sets meta_url
string | null | $meta_url | meta_url |
InfluxDB2\Model\Source::setName | ( | $name | ) |
Sets name
string | null | $name | name |
InfluxDB2\Model\Source::setOrgId | ( | $org_id | ) |
Sets org_id
string | null | $org_id | org_id |
InfluxDB2\Model\Source::setPassword | ( | $password | ) |
Sets password
string | null | $password | password |
InfluxDB2\Model\Source::setSharedSecret | ( | $shared_secret | ) |
Sets shared_secret
string | null | $shared_secret | shared_secret |
InfluxDB2\Model\Source::setTelegraf | ( | $telegraf | ) |
Sets telegraf
string | null | $telegraf | telegraf |
|
static |
Array of attributes to setter functions (for deserialization of responses)
Implements InfluxDB2\Model\ModelInterface.
InfluxDB2\Model\Source::setToken | ( | $token | ) |
Sets token
string | null | $token | token |
InfluxDB2\Model\Source::setType | ( | $type | ) |
Sets type
string | null | $type | type |
InfluxDB2\Model\Source::setUrl | ( | $url | ) |
Sets url
string | null | $url | url |
InfluxDB2\Model\Source::setUsername | ( | $username | ) |
Sets username
string | null | $username | username |
InfluxDB2\Model\Source::valid | ( | ) |
Validate all the properties in the model return true if all passed
Implements InfluxDB2\Model\ModelInterface.
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |
|
staticprotected |