NewLustreConfig constructor

NewLustreConfig({
  1. String? capacityGb,
  2. String? description,
  3. String? filesystem,
  4. String? lustre,
})

Implementation

NewLustreConfig({
  this.capacityGb,
  this.description,
  this.filesystem,
  this.lustre,
});