Class Service
The Rackspace Database As A Service (aka "Red Dwarf")
-
OpenCloud\Common\Base
-
OpenCloud\Common\Service\AbstractService
-
OpenCloud\Common\Service\NovaService
-
OpenCloud\Database\Service
Methods summary
public
OpenCloud\Compute\FlavorList
|
#
flavorList( boolean $details = false, array $filter = array() )
Returns a list of flavors
Returns a list of flavors
just call the parent FlavorList() method, but pass FALSE because the
/flavors/detail resource is not supported
Parameters
- $details
boolean $details Returns full details or not.
- $filter
array $filter Array for creating queries
Returns
OpenCloud\Compute\FlavorList
Api
Overrides
|
public
DbService\Instance
|
#
instance( string $id = null )
Creates a Instance object
Creates a Instance object
Parameters
- $id
string $id the ID of the instance to retrieve
Returns
DbService\Instance
Api
|
public
Collection
|
#
instanceList( array $params = array() )
Creates a Collection of Instance objects
Creates a Collection of Instance objects
Parameters
- $params
array $params array of parameters to pass to the request as query strings
Returns
Collection
Api
|
Methods inherited from OpenCloud\Common\Service\AbstractService
__construct(),
collection(),
getBaseUrl(),
getClient(),
getCurrentNamespace(),
getEndpoint(),
getExtensions(),
getName(),
getRegion(),
getResources(),
getType(),
getUrl(),
getUrlType(),
limits(),
namespaces(),
resolveResourceClass(),
resource(),
resourceList(),
setClient()
|
Methods inherited from OpenCloud\Common\Base
__call(),
checkJsonError(),
generateUuid(),
getLogger(),
getProperty(),
makeResourceIteratorOptions(),
populate(),
propertyExists(),
setLogger(),
setProperty(),
stripNamespace(),
toCamel(),
toUnderscores()
|