Class Alarm
Alarm class.
- OpenCloud\Common\Base
-
OpenCloud\Common\PersistentObject
-
OpenCloud\CloudMonitoring\Resource\AbstractResource
-
OpenCloud\CloudMonitoring\Resource\Alarm implements OpenCloud\CloudMonitoring\Resource\ResourceInterface
Namespace: OpenCloud\CloudMonitoring\Resource
Extends: AbstractResource
Located at OpenCloud/CloudMonitoring/Resource/Alarm.php
Extends: AbstractResource
Located at OpenCloud/CloudMonitoring/Resource/Alarm.php
public
|
|
public
string
|
|
public
|
__construct(),
createJson(),
delete(),
getProperty(),
listAll(),
refresh(),
request(),
testExisting(),
update(),
updateJson(),
updateUrl(),
url()
|
checkJsonError(),
getHttpRequestObject(),
getLogger(),
makeQueryString(),
populate(),
setLogger(),
setProperty()
|
public
mixed
|
$id |
|
#
Unique identifier |
public
mixed
|
$check_id |
|
|
public
mixed
|
$notification_plan_id |
|
|
public
mixed
|
$criteria |
|
|
public
mixed
|
$disabled |
|
|
public
mixed
|
$label |
|
|
public
mixed
|
$metadata |
|
|
protected static
boolean
|
$json_name | false |
|
protected static
string
|
$json_collection_name | 'values' |
|
protected static
string
|
$url_resource | 'alarms' |
|
protected static
array
|
$requiredKeys | array(
'check_id',
'notification_plan_id'
) |
|
protected static
array
|
$emptyObject | array(
'check_id',
'notification_plan_id',
'criteria',
'disabled',
'label',
'metadata'
) |
$name
|