StorageResourceConfig constructor

StorageResourceConfig({
  1. ExistingBucketConfig? existingBucket,
  2. ExistingFilestoreConfig? existingFilestore,
  3. ExistingLustreConfig? existingLustre,
  4. NewBucketConfig? newBucket,
  5. NewFilestoreConfig? newFilestore,
  6. NewLustreConfig? newLustre,
})

Implementation

StorageResourceConfig({
  this.existingBucket,
  this.existingFilestore,
  this.existingLustre,
  this.newBucket,
  this.newFilestore,
  this.newLustre,
});