SnapshotManagerRegistry
in package
Registry for the Snapshot Manager.
Used to manage different versions of the same Service
Table of Contents
- $versions : array<string|int, mixed>
- Array containing the different istances of the service
- get() : SnapshotManagerAbstraction
Properties
$versions
Array containing the different istances of the service
public
static array<string|int, mixed>
$versions
= ['v1' => \Athomos\Bennu\Modules\Cloud\OpenStack\BlockStorage\Services\Versioned\v1\SnapshotManager::class, 'latest' => \Athomos\Bennu\Modules\Cloud\OpenStack\BlockStorage\Services\Versioned\v1\SnapshotManager::class]
Methods
get()
public
static get( $version) : SnapshotManagerAbstraction