LogicalVolumeGroupImpl

constructor(name: String, physicalVolumes: Set<String>, logicalVolumes: Map<String, Set<String>>)

Parameters

name

The name of the logical volume group.

physicalVolumes

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

logicalVolumes

A map where the key is the logical volume name and the value is a set of physical volumes associated with it.