File Cache Lustre Configuration
data class FileCacheLustreConfiguration(val deploymentType: String, val logConfigurations: List<FileCacheLustreConfigurationLogConfiguration>? = null, val metadataConfigurations: List<FileCacheLustreConfigurationMetadataConfiguration>, val mountName: String? = null, val perUnitStorageThroughput: Int, val weeklyMaintenanceStartTime: String? = null)
Constructors
Link copied to clipboard
fun FileCacheLustreConfiguration(deploymentType: String, logConfigurations: List<FileCacheLustreConfigurationLogConfiguration>? = null, metadataConfigurations: List<FileCacheLustreConfigurationMetadataConfiguration>, mountName: String? = null, perUnitStorageThroughput: Int, weeklyMaintenanceStartTime: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A recurring weekly time, in the format D:HH:MM
. D
is the day of the week, for which 1
represents Monday and 7
represents Sunday. HH
is the zero-padded hour of the day (0-23), and MM
is the zero-padded minute of the hour. For example, 1:05:00 specifies maintenance at 5 AM Monday. See the ISO week date for more information.