LustreCsiDriverConfig constructor

LustreCsiDriverConfig({
  1. bool? disableMultiNic,
  2. bool? enableLegacyLustrePort,
  3. bool? enabled,
})

Implementation

LustreCsiDriverConfig({
  this.disableMultiNic,
  this.enableLegacyLustrePort,
  this.enabled,
});