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