CreateFileSystemLustreConfiguration constructor

CreateFileSystemLustreConfiguration({
  1. AutoImportPolicyType? autoImportPolicy,
  2. int? automaticBackupRetentionDays,
  3. bool? copyTagsToBackups,
  4. String? dailyAutomaticBackupStartTime,
  5. LustreDeploymentType? deploymentType,
  6. DriveCacheType? driveCacheType,
  7. String? exportPath,
  8. String? importPath,
  9. int? importedFileChunkSize,
  10. int? perUnitStorageThroughput,
  11. String? weeklyMaintenanceStartTime,
})

Implementation

CreateFileSystemLustreConfiguration({
  this.autoImportPolicy,
  this.automaticBackupRetentionDays,
  this.copyTagsToBackups,
  this.dailyAutomaticBackupStartTime,
  this.deploymentType,
  this.driveCacheType,
  this.exportPath,
  this.importPath,
  this.importedFileChunkSize,
  this.perUnitStorageThroughput,
  this.weeklyMaintenanceStartTime,
});