BareMetalLvpShareConfig constructor

BareMetalLvpShareConfig({
  1. BareMetalLvpConfig? lvpConfig,
  2. int? sharedPathPvCount,
})

Implementation

BareMetalLvpShareConfig({
  this.lvpConfig,
  this.sharedPathPvCount,
});