LustreFileSystemConfiguration constructor

LustreFileSystemConfiguration({
  1. int? automaticBackupRetentionDays,
  2. bool? copyTagsToBackups,
  3. String? dailyAutomaticBackupStartTime,
  4. DataRepositoryConfiguration? dataRepositoryConfiguration,
  5. LustreDeploymentType? deploymentType,
  6. DriveCacheType? driveCacheType,
  7. String? mountName,
  8. int? perUnitStorageThroughput,
  9. String? weeklyMaintenanceStartTime,
})

Implementation

LustreFileSystemConfiguration({
  this.automaticBackupRetentionDays,
  this.copyTagsToBackups,
  this.dailyAutomaticBackupStartTime,
  this.dataRepositoryConfiguration,
  this.deploymentType,
  this.driveCacheType,
  this.mountName,
  this.perUnitStorageThroughput,
  this.weeklyMaintenanceStartTime,
});