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 Account

Account class.

OpenCloud\Common\Base
Extended by OpenCloud\Common\PersistentObject
Extended by OpenCloud\CloudMonitoring\Resource\AbstractResource
Extended by OpenCloud\CloudMonitoring\Resource\Account implements OpenCloud\CloudMonitoring\Resource\ResourceInterface
Namespace: OpenCloud\CloudMonitoring\Resource
Extends: AbstractResource
Implements: ResourceInterface
Located at OpenCloud/CloudMonitoring/Resource/Account.php
Methods summary
public
# baseUrl( )

Implementation of

OpenCloud\CloudMonitoring\Resource\ResourceInterface::baseUrl()
public
# updateUrl( )

Overrides

OpenCloud\CloudMonitoring\Resource\AbstractResource::updateUrl()
public HttpResponse
# create( array $params = array() )

Creates a new object

Creates a new object

Parameters

$params
array
$params array of values to set when creating the object

Returns

HttpResponse

Throws

VolumeCreateError
if HTTP status is not Success

Api

Overrides

OpenCloud\Common\PersistentObject::create()
public
# delete( )

Delete object.

Delete object.

Throws

DeleteError
if HTTP status is not Success

CodeCoverageIgnore

Overrides

OpenCloud\CloudMonitoring\Resource\AbstractResource::delete()
Methods inherited from OpenCloud\CloudMonitoring\Resource\AbstractResource
__construct(), createJson(), getProperty(), listAll(), refresh(), request(), test(), testExisting(), update(), updateJson(), url()
Methods inherited from OpenCloud\Common\PersistentObject
__set(), action(), checkExtension(), createUrl(), 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 $metadata
#
public mixed $webhook_token
#
protected static boolean $json_name false
#
protected static string $url_resource 'account'
#
protected static array $requiredKeys array( 'id', 'metadata', 'webhook_token' )
#
Properties inherited from OpenCloud\CloudMonitoring\Resource\AbstractResource
$id, $name
PHP OpenCloud API API documentation generated by ApiGen 2.8.0