Overview

Namespaces

  • None
  • OpenCloud
    • Autoscale
      • Resource
    • CloudMonitoring
      • Exception
      • Resource
    • Common
      • Exceptions
      • Log
      • Request
        • Response
    • Compute
    • Database
    • DNS
    • LoadBalancer
      • Resources
    • ObjectStore
      • Resource
    • Orchestration
    • Volume
  • PHP

Classes

  • AbstractResource
  • Account
  • Agent
  • AgentConnection
  • AgentHost
  • AgentHostInfo
  • AgentTarget
  • AgentToken
  • Alarm
  • Changelog
  • Check
  • CheckType
  • Entity
  • Metric
  • Notification
  • NotificationHistory
  • NotificationPlan
  • NotificationType
  • ReadonlyResource
  • View
  • Zone

Interfaces

  • ResourceInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Download

Class Check

Check class.

OpenCloud\Common\Base
Extended by OpenCloud\Common\PersistentObject
Extended by OpenCloud\CloudMonitoring\Resource\AbstractResource
Extended by OpenCloud\CloudMonitoring\Resource\Check implements OpenCloud\CloudMonitoring\Resource\ResourceInterface
Namespace: OpenCloud\CloudMonitoring\Resource
Extends: AbstractResource
Located at OpenCloud/CloudMonitoring/Resource/Check.php
Methods summary
public
# baseUrl( mixed $subresource = '' )

Implementation of

OpenCloud\CloudMonitoring\Resource\ResourceInterface::baseUrl()
public string
# createUrl( )

returns the URL used for Create

returns the URL used for Create

Returns

string

Overrides

OpenCloud\Common\PersistentObject::createUrl()
public
# testUrl( mixed $debug = false )
Methods inherited from OpenCloud\CloudMonitoring\Resource\AbstractResource
__construct(), createJson(), delete(), getProperty(), listAll(), refresh(), request(), test(), testExisting(), update(), updateJson(), updateUrl(), url()
Methods inherited from OpenCloud\Common\PersistentObject
__set(), action(), checkExtension(), create(), customAction(), findLink(), getParent(), getService(), id(), jsonCollectionElement(), jsonCollectionName(), jsonName(), name(), noCreate(), noDelete(), noUpdate(), parent(), primaryKeyField(), region(), resourceName(), service(), setParent(), setService(), status(), waitFor()
Methods inherited from OpenCloud\Common\Base
checkJsonError(), getHttpRequestObject(), getLogger(), makeQueryString(), populate(), setLogger(), setProperty()
Properties summary
public mixed $id
#

Unique identifier

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' )
#
Properties inherited from OpenCloud\CloudMonitoring\Resource\AbstractResource
$name
PHP OpenCloud API API documentation generated by ApiGen 2.8.0