Class Configuration
Configuration represents an configuration group for a tenant
-
OpenCloud\Common\Base
-
OpenCloud\Common\Resource\BaseResource
-
OpenCloud\Common\Resource\PersistentResource
-
OpenCloud\Database\Resource\Configuration
Methods summary
public
|
#
patch( mixed $params = array() )
Patches a database configuration, replacing ONLY the values provided.
Patches a database configuration, replacing ONLY the values provided.
|
protected
@stdClass
|
#
updateJson( mixed $params = array() )
Generates the JSON string for update()
Generates the JSON string for update()
Returns
@stdClass \@stdClass
Overrides
|
public
OpenCloud\Common\Collection\PaginatedIterator
|
#
instanceList( )
Returns a Collection of all instances using this configuration
Returns a Collection of all instances using this configuration
Returns
|
Methods inherited from OpenCloud\Common\Resource\PersistentResource
checkExtension(),
create(),
createJson(),
delete(),
generateJsonPatch(),
getAlias(),
getUpdateablePropertiesAsArray(),
noCreate(),
noDelete(),
noUpdate(),
recursivelyAliasPropertyValue(),
refresh(),
refreshFromLocationUrl(),
refreshFromParent(),
update(),
waitFor()
|
Methods inherited from OpenCloud\Common\Resource\BaseResource
__construct(),
findLink(),
getClient(),
getMetadata(),
getParent(),
getService(),
getUrl(),
jsonCollectionElement(),
jsonCollectionName(),
jsonName(),
parseResponse(),
primaryKeyField(),
resourceName(),
setMetadata(),
setParent(),
setService()
|
Methods inherited from OpenCloud\Common\Base
__call(),
checkJsonError(),
generateUuid(),
getInstance(),
getJsonHeader(),
getLogger(),
getPatchHeaders(),
getProperty(),
hasLogger(),
makeResourceIteratorOptions(),
populate(),
propertyExists(),
setLogger(),
setProperty(),
stripNamespace(),
toCamel(),
toUnderscores()
|