VolumeTrackable

A class which implements volume-tracking behavior.

This interface adds support for classes to track the creation of virtualization environment volumes.

Classes should implement this interface if instances are owners of these volumes, i.e. if the lifetime of the volumes matches the lifetime of the class instance. An example candidate would be a Runner.

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun addTrackedVolume(volume: VolumeT): Boolean

Adds a volume to be tracked.