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
-
OpenCloud\Common\Service\AbstractService
implements
OpenCloud\Common\Service\ServiceInterface
-
OpenCloud\Common\Service\CatalogService
-
OpenCloud\Orchestration\Service
Codecoverageignore
Located at OpenCloud/Orchestration/Service.php
Methods summary
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
#
getResourceType( string $id )
Returns a ResourceType object associated with this Orchestration service |
public
BuildInfo
|
|
public
|
|
public
array
|
Methods inherited from OpenCloud\Common\Service\CatalogService
__construct(),
getBaseUrl(),
getExtensions(),
getName(),
getRegion(),
getType(),
getUrl(),
getUrlType(),
limits()
Methods inherited from OpenCloud\Common\Service\AbstractService
collection(),
getClient(),
getEndpoint(),
getNamespaces(),
getResources(),
resource(),
resourceList(),
setClient(),
setEndpoint()
Methods inherited from OpenCloud\Common\Base
__call(),
checkJsonError(),
generateUuid(),
getInstance(),
getLogger(),
hasLogger(),
makeResourceIteratorOptions(),
populate(),
setLogger(),
stripNamespace(),
toCamel(),
toUnderscores()
Magic methods summary
Constants summary
string |
DEFAULT_TYPE
|
#
'orchestration'
|
string |
DEFAULT_NAME
|
#
'cloudOrchestration'
|