LustreFileSystemConfiguration constructor
LustreFileSystemConfiguration({
- int? automaticBackupRetentionDays,
- bool? copyTagsToBackups,
- String? dailyAutomaticBackupStartTime,
- DataRepositoryConfiguration? dataRepositoryConfiguration,
- LustreDeploymentType? deploymentType,
- DriveCacheType? driveCacheType,
- String? mountName,
- int? perUnitStorageThroughput,
- String? weeklyMaintenanceStartTime,
Implementation
LustreFileSystemConfiguration({
this.automaticBackupRetentionDays,
this.copyTagsToBackups,
this.dailyAutomaticBackupStartTime,
this.dataRepositoryConfiguration,
this.deploymentType,
this.driveCacheType,
this.mountName,
this.perUnitStorageThroughput,
this.weeklyMaintenanceStartTime,
});