LogicalVolumeGroup

LogicalVolumeGroup represents a logical volume group in a storage system. It provides details about the name of the volume group, the physical volumes associated with it, and the logical volumes mapped to physical volumes.

Author

N7ghtm4r3

Inheritors

LogicalVolumeGroupImpl

Properties

Link copied to clipboard

logicalVolumes A map where the key is the logical volume name and the value is a set of physical volume names that are part of the logical volume.

Link copied to clipboard
abstract val name: String

name The name of the logical volume group.

Link copied to clipboard
abstract val physicalVolumes: Set<String>

physicalVolumes A set of physical volumes that are part of the logical volume group.