Class Service
NovaService serves as an additional abstraction for particular OpenStack services that exhibit shared functionality.
- OpenCloud\Common\Base
-
OpenCloud\Common\Service\AbstractService
implements
OpenCloud\Common\Service\ServiceInterface
-
OpenCloud\Common\Service\CatalogService
-
OpenCloud\Common\Service\NovaService
-
OpenCloud\Volume\Service
Methods summary
public
|
|
public
OpenCloud\Common\Collection
|
#
volumeList( boolean $details = true, array $filter = array() )
Returns a Collection of Volume objects |
public
|
|
public
OpenCloud\Common\Collection
|
|
public
|
|
public
OpenCloud\Common\Collection
|
Methods inherited from OpenCloud\Common\Service\NovaService
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
|
#
'volume'
|
string |
DEFAULT_NAME
|
#
'cloudBlockStorage'
|