Class Check
Check class.
- OpenCloud\Common\Base
-
OpenCloud\Common\PersistentObject
-
OpenCloud\CloudMonitoring\Resource\AbstractResource
-
OpenCloud\CloudMonitoring\Resource\Check implements OpenCloud\CloudMonitoring\Resource\ResourceInterface
Namespace: OpenCloud\CloudMonitoring\Resource
Extends: AbstractResource
Located at OpenCloud/CloudMonitoring/Resource/Check.php
Extends: AbstractResource
Located at OpenCloud/CloudMonitoring/Resource/Check.php
public
|
|
public
string
|
|
public
|
__construct(),
createJson(),
delete(),
getProperty(),
listAll(),
refresh(),
request(),
test(),
testExisting(),
update(),
updateJson(),
updateUrl(),
url()
|
checkJsonError(),
getHttpRequestObject(),
getLogger(),
makeQueryString(),
populate(),
setLogger(),
setProperty()
|
public
mixed
|
$id |
|
#
Unique identifier |
public
mixed
|
$type |
|
|
public
mixed
|
$details |
|
|
public
mixed
|
$disabled |
|
|
public
mixed
|
$label |
|
|
public
mixed
|
$metadata |
|
|
public
mixed
|
$period |
|
|
public
mixed
|
$timeout |
|
|
public
mixed
|
$monitoring_zones_poll |
|
|
public
mixed
|
$target_alias |
|
|
public
mixed
|
$target_hostname |
|
|
public
mixed
|
$target_resolver |
|
|
protected static
boolean
|
$json_name | false |
|
protected static
string
|
$json_collection_name | 'values' |
|
protected static
string
|
$url_resource | 'checks' |
|
protected static
array
|
$emptyObject | array(
'type',
'details',
'disabled',
'label',
'metadata',
'period',
'timeout',
'monitoring_zones_poll',
'target_alias',
'target_hostname',
'target_resolver'
) |
|
protected static
array
|
$requiredKeys | array(
'type'
) |
|
protected
array
|
$associatedResources | array(
'CheckType' => 'CheckType'
) |
$name
|