|
const | DISCRIMINATOR = null |
|
◆ __construct()
InfluxDB2\Model\RemoteConnection::__construct |
( |
array | $data = null | ) |
|
Constructor
- Parameters
-
mixed[] | $data | Associated array of property values initializing the model |
◆ __toString()
InfluxDB2\Model\RemoteConnection::__toString |
( |
| ) |
|
Gets the string presentation of the object
- Returns
- string
◆ attributeMap()
static InfluxDB2\Model\RemoteConnection::attributeMap |
( |
| ) |
|
|
static |
◆ getAllowInsecureTls()
InfluxDB2\Model\RemoteConnection::getAllowInsecureTls |
( |
| ) |
|
Gets allow_insecure_tls
- Returns
- bool
◆ getDescription()
InfluxDB2\Model\RemoteConnection::getDescription |
( |
| ) |
|
Gets description
- Returns
- string|null
◆ getId()
InfluxDB2\Model\RemoteConnection::getId |
( |
| ) |
|
◆ getModelName()
InfluxDB2\Model\RemoteConnection::getModelName |
( |
| ) |
|
◆ getName()
InfluxDB2\Model\RemoteConnection::getName |
( |
| ) |
|
◆ getOrgId()
InfluxDB2\Model\RemoteConnection::getOrgId |
( |
| ) |
|
Gets org_id
- Returns
- string
◆ getRemoteOrgId()
InfluxDB2\Model\RemoteConnection::getRemoteOrgId |
( |
| ) |
|
Gets remote_org_id
- Returns
- string
◆ getRemoteUrl()
InfluxDB2\Model\RemoteConnection::getRemoteUrl |
( |
| ) |
|
Gets remote_url
- Returns
- string
◆ getters()
static InfluxDB2\Model\RemoteConnection::getters |
( |
| ) |
|
|
static |
◆ listInvalidProperties()
InfluxDB2\Model\RemoteConnection::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\RemoteConnection::offsetExists |
( |
| $offset | ) |
|
Returns true if offset exists. False otherwise.
- Parameters
-
- Returns
- boolean
◆ offsetGet()
InfluxDB2\Model\RemoteConnection::offsetGet |
( |
| $offset | ) |
|
Gets offset.
- Parameters
-
- Returns
- mixed
◆ offsetSet()
InfluxDB2\Model\RemoteConnection::offsetSet |
( |
| $offset, |
|
|
| $value ) |
Sets value based on offset.
- Parameters
-
integer | $offset | Offset |
mixed | $value | Value to be set |
- Returns
- void
◆ offsetUnset()
InfluxDB2\Model\RemoteConnection::offsetUnset |
( |
| $offset | ) |
|
Unsets offset.
- Parameters
-
- Returns
- void
◆ openAPIFormats()
static InfluxDB2\Model\RemoteConnection::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\RemoteConnection::openAPITypes |
( |
| ) |
|
|
static |
◆ setAllowInsecureTls()
InfluxDB2\Model\RemoteConnection::setAllowInsecureTls |
( |
| $allow_insecure_tls | ) |
|
Sets allow_insecure_tls
- Parameters
-
bool | $allow_insecure_tls | allow_insecure_tls |
- Returns
- $this
◆ setDescription()
InfluxDB2\Model\RemoteConnection::setDescription |
( |
| $description | ) |
|
Sets description
- Parameters
-
string | null | $description | description |
- Returns
- $this
◆ setId()
InfluxDB2\Model\RemoteConnection::setId |
( |
| $id | ) |
|
Sets id
- Parameters
-
- Returns
- $this
◆ setName()
InfluxDB2\Model\RemoteConnection::setName |
( |
| $name | ) |
|
Sets name
- Parameters
-
- Returns
- $this
◆ setOrgId()
InfluxDB2\Model\RemoteConnection::setOrgId |
( |
| $org_id | ) |
|
Sets org_id
- Parameters
-
- Returns
- $this
◆ setRemoteOrgId()
InfluxDB2\Model\RemoteConnection::setRemoteOrgId |
( |
| $remote_org_id | ) |
|
Sets remote_org_id
- Parameters
-
string | $remote_org_id | remote_org_id |
- Returns
- $this
◆ setRemoteUrl()
InfluxDB2\Model\RemoteConnection::setRemoteUrl |
( |
| $remote_url | ) |
|
Sets remote_url
- Parameters
-
string | $remote_url | remote_url |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\RemoteConnection::setters |
( |
| ) |
|
|
static |
◆ valid()
InfluxDB2\Model\RemoteConnection::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\RemoteConnection::$attributeMap |
|
staticprotected |
Initial value:= [
'id' => 'id',
'name' => 'name',
'org_id' => 'orgID',
'description' => 'description',
'remote_url' => 'remoteURL',
'remote_org_id' => 'remoteOrgID',
'allow_insecure_tls' => 'allowInsecureTLS'
]
◆ $getters
InfluxDB2\Model\RemoteConnection::$getters |
|
staticprotected |
Initial value:= [
'id' => 'getId',
'name' => 'getName',
'org_id' => 'getOrgId',
'description' => 'getDescription',
'remote_url' => 'getRemoteUrl',
'remote_org_id' => 'getRemoteOrgId',
'allow_insecure_tls' => 'getAllowInsecureTls'
]
◆ $openAPIFormats
InfluxDB2\Model\RemoteConnection::$openAPIFormats |
|
staticprotected |
Initial value:= [
'id' => null,
'name' => null,
'org_id' => null,
'description' => null,
'remote_url' => 'uri',
'remote_org_id' => null,
'allow_insecure_tls' => null
]
◆ $openAPITypes
InfluxDB2\Model\RemoteConnection::$openAPITypes |
|
staticprotected |
Initial value:= [
'id' => 'string',
'name' => 'string',
'org_id' => 'string',
'description' => 'string',
'remote_url' => 'string',
'remote_org_id' => 'string',
'allow_insecure_tls' => 'bool'
]
◆ $setters
InfluxDB2\Model\RemoteConnection::$setters |
|
staticprotected |
Initial value:= [
'id' => 'setId',
'name' => 'setName',
'org_id' => 'setOrgId',
'description' => 'setDescription',
'remote_url' => 'setRemoteUrl',
'remote_org_id' => 'setRemoteOrgId',
'allow_insecure_tls' => 'setAllowInsecureTls'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/RemoteConnection.php