CreateFileSystemLustreConfiguration constructor
CreateFileSystemLustreConfiguration({
- AutoImportPolicyType? autoImportPolicy,
- int? automaticBackupRetentionDays,
- bool? copyTagsToBackups,
- String? dailyAutomaticBackupStartTime,
- LustreDeploymentType? deploymentType,
- DriveCacheType? driveCacheType,
- String? exportPath,
- String? importPath,
- int? importedFileChunkSize,
- int? perUnitStorageThroughput,
- 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,
});