Overview

Namespaces

  • OpenCloud
    • Autoscale
      • Resource
    • CloudMonitoring
      • Exception
      • Resource
    • Common
      • Collection
      • Constants
      • Exceptions
      • Http
        • Message
      • Identity
      • Log
      • Service
    • Compute
      • Constants
      • Exception
      • Resource
    • Database
      • Resource
    • DNS
      • Resource
    • LoadBalancer
      • Resource
    • ObjectStore
      • Constants
      • Exception
      • Resource
      • Upload
    • Orchestration
    • Queues
      • Exception
      • Resource
    • Volume
      • Resource
  • PHP

Classes

  • Resource
  • Service
  • Stack
  • Overview
  • Namespace
  • Class
  • Tree
  • Download

Class Service

The Orchestration class represents the OpenStack Heat service.

Heat is a service to orchestrate multiple composite cloud applications using the AWS CloudFormation template format, through both an OpenStack-native ReST API and a CloudFormation-compatible Query API.

OpenCloud\Common\Base
Extended by OpenCloud\Common\Service\AbstractService
Extended by OpenCloud\Orchestration\Service
Namespace: OpenCloud\Orchestration
CodeCoverageIgnore
Located at OpenCloud/Orchestration/Service.php
Methods summary
public
# stack( string $id = null )

Returns a Stack object associated with this Orchestration service

Returns a Stack object associated with this Orchestration service

Parameters

$id
string
$id - the stack with the ID is retrieved

Api

Returns

Stack object
public array
# namespaces( )

Return namespaces.

Return namespaces.

Returns

array

Overrides

OpenCloud\Common\Service\AbstractService::namespaces()
Methods inherited from OpenCloud\Common\Service\AbstractService
__construct(), collection(), getBaseUrl(), getClient(), getCurrentNamespace(), getEndpoint(), getExtensions(), getName(), getRegion(), getResources(), getType(), getUrl(), getUrlType(), limits(), resolveResourceClass(), resource(), resourceList(), setClient()
Methods inherited from OpenCloud\Common\Base
__call(), checkJsonError(), generateUuid(), getLogger(), getProperty(), makeResourceIteratorOptions(), populate(), propertyExists(), setLogger(), setProperty(), stripNamespace(), toCamel(), toUnderscores()
Constants summary
string DEFAULT_TYPE 'orchestration'
#
string DEFAULT_NAME 'cloudOrchestration'
#
Constants inherited from OpenCloud\Common\Service\AbstractService
DEFAULT_REGION, DEFAULT_URL_TYPE
Properties inherited from OpenCloud\Common\Service\AbstractService
$client, $namespaces, $resources
PHP OpenCloud API API documentation generated by ApiGen 2.8.0