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