|
const | DISCRIMINATOR = null |
|
const | TYPE_PROMETHEUS = 'prometheus' |
|
◆ __construct()
InfluxDB2\Model\ScraperTargetRequest::__construct |
( |
array | $data = null | ) |
|
◆ __toString()
InfluxDB2\Model\ScraperTargetRequest::__toString |
( |
| ) |
|
◆ attributeMap()
static InfluxDB2\Model\ScraperTargetRequest::attributeMap |
( |
| ) |
|
|
static |
◆ getAllowInsecure()
InfluxDB2\Model\ScraperTargetRequest::getAllowInsecure |
( |
| ) |
|
Gets allow_insecure
- Returns
- bool|null
◆ getBucketId()
InfluxDB2\Model\ScraperTargetRequest::getBucketId |
( |
| ) |
|
Gets bucket_id
- Returns
- string|null
◆ getModelName()
InfluxDB2\Model\ScraperTargetRequest::getModelName |
( |
| ) |
|
◆ getName()
InfluxDB2\Model\ScraperTargetRequest::getName |
( |
| ) |
|
Gets name
- Returns
- string|null
◆ getOrgId()
InfluxDB2\Model\ScraperTargetRequest::getOrgId |
( |
| ) |
|
Gets org_id
- Returns
- string|null
◆ getters()
static InfluxDB2\Model\ScraperTargetRequest::getters |
( |
| ) |
|
|
static |
◆ getType()
InfluxDB2\Model\ScraperTargetRequest::getType |
( |
| ) |
|
Gets type
- Returns
- string|null
◆ getTypeAllowableValues()
InfluxDB2\Model\ScraperTargetRequest::getTypeAllowableValues |
( |
| ) |
|
Gets allowable values of the enum
- Returns
- string[]
◆ getUrl()
InfluxDB2\Model\ScraperTargetRequest::getUrl |
( |
| ) |
|
Gets url
- Returns
- string|null
◆ listInvalidProperties()
InfluxDB2\Model\ScraperTargetRequest::listInvalidProperties |
( |
| ) |
|
◆ offsetExists()
InfluxDB2\Model\ScraperTargetRequest::offsetExists |
( |
| $offset | ) |
|
◆ offsetGet()
InfluxDB2\Model\ScraperTargetRequest::offsetGet |
( |
| $offset | ) |
|
◆ offsetSet()
InfluxDB2\Model\ScraperTargetRequest::offsetSet |
( |
| $offset, |
|
|
| $value ) |
◆ offsetUnset()
InfluxDB2\Model\ScraperTargetRequest::offsetUnset |
( |
| $offset | ) |
|
◆ openAPIFormats()
static InfluxDB2\Model\ScraperTargetRequest::openAPIFormats |
( |
| ) |
|
|
static |
◆ openAPITypes()
static InfluxDB2\Model\ScraperTargetRequest::openAPITypes |
( |
| ) |
|
|
static |
◆ setAllowInsecure()
InfluxDB2\Model\ScraperTargetRequest::setAllowInsecure |
( |
| $allow_insecure | ) |
|
Sets allow_insecure
- Parameters
-
bool | null | $allow_insecure | Skip TLS verification on endpoint. |
- Returns
- $this
◆ setBucketId()
InfluxDB2\Model\ScraperTargetRequest::setBucketId |
( |
| $bucket_id | ) |
|
Sets bucket_id
- Parameters
-
string | null | $bucket_id | The ID of the bucket to write to. |
- Returns
- $this
◆ setName()
InfluxDB2\Model\ScraperTargetRequest::setName |
( |
| $name | ) |
|
Sets name
- Parameters
-
string | null | $name | The name of the scraper target. |
- Returns
- $this
◆ setOrgId()
InfluxDB2\Model\ScraperTargetRequest::setOrgId |
( |
| $org_id | ) |
|
Sets org_id
- Parameters
-
string | null | $org_id | The organization ID. |
- Returns
- $this
◆ setters()
static InfluxDB2\Model\ScraperTargetRequest::setters |
( |
| ) |
|
|
static |
◆ setType()
InfluxDB2\Model\ScraperTargetRequest::setType |
( |
| $type | ) |
|
Sets type
- Parameters
-
string | null | $type | The type of the metrics to be parsed. |
- Returns
- $this
◆ setUrl()
InfluxDB2\Model\ScraperTargetRequest::setUrl |
( |
| $url | ) |
|
Sets url
- Parameters
-
string | null | $url | The URL of the metrics endpoint. |
- Returns
- $this
◆ valid()
InfluxDB2\Model\ScraperTargetRequest::valid |
( |
| ) |
|
◆ $attributeMap
InfluxDB2\Model\ScraperTargetRequest::$attributeMap |
|
staticprotected |
Initial value:= [
'name' => 'name',
'type' => 'type',
'url' => 'url',
'org_id' => 'orgID',
'bucket_id' => 'bucketID',
'allow_insecure' => 'allowInsecure'
]
◆ $getters
InfluxDB2\Model\ScraperTargetRequest::$getters |
|
staticprotected |
Initial value:= [
'name' => 'getName',
'type' => 'getType',
'url' => 'getUrl',
'org_id' => 'getOrgId',
'bucket_id' => 'getBucketId',
'allow_insecure' => 'getAllowInsecure'
]
◆ $openAPIFormats
InfluxDB2\Model\ScraperTargetRequest::$openAPIFormats |
|
staticprotected |
Initial value:= [
'name' => null,
'type' => null,
'url' => null,
'org_id' => null,
'bucket_id' => null,
'allow_insecure' => null
]
◆ $openAPITypes
InfluxDB2\Model\ScraperTargetRequest::$openAPITypes |
|
staticprotected |
Initial value:= [
'name' => 'string',
'type' => 'string',
'url' => 'string',
'org_id' => 'string',
'bucket_id' => 'string',
'allow_insecure' => 'bool'
]
◆ $setters
InfluxDB2\Model\ScraperTargetRequest::$setters |
|
staticprotected |
Initial value:= [
'name' => 'setName',
'type' => 'setType',
'url' => 'setUrl',
'org_id' => 'setOrgId',
'bucket_id' => 'setBucketId',
'allow_insecure' => 'setAllowInsecure'
]
The documentation for this class was generated from the following file:
- src/InfluxDB2/Model/ScraperTargetRequest.php