VolumeConfiguration constructor
VolumeConfiguration({})
Implementation
VolumeConfiguration({
required this.mountPoint,
required this.numberOfDisks,
required this.size,
this.encrypted,
this.iops,
this.raidLevel,
this.volumeType,
});