FileShareConfig constructor

FileShareConfig({
  1. String? capacityGb,
  2. String? name,
  3. List<NfsExportOptions>? nfsExportOptions,
  4. String? sourceBackup,
})

Implementation

FileShareConfig({
  this.capacityGb,
  this.name,
  this.nfsExportOptions,
  this.sourceBackup,
});