FileCacheLustreConfigurationArgs

data class FileCacheLustreConfigurationArgs(val deploymentType: Output<String>, val logConfigurations: Output<List<FileCacheLustreConfigurationLogConfigurationArgs>>? = null, val metadataConfigurations: Output<List<FileCacheLustreConfigurationMetadataConfigurationArgs>>, val mountName: Output<String>? = null, val perUnitStorageThroughput: Output<Int>, val weeklyMaintenanceStartTime: Output<String>? = null) : ConvertibleToJava<FileCacheLustreConfigurationArgs>

Constructors

Link copied to clipboard
constructor(deploymentType: Output<String>, logConfigurations: Output<List<FileCacheLustreConfigurationLogConfigurationArgs>>? = null, metadataConfigurations: Output<List<FileCacheLustreConfigurationMetadataConfigurationArgs>>, mountName: Output<String>? = null, perUnitStorageThroughput: Output<Int>, weeklyMaintenanceStartTime: Output<String>? = null)

Properties

Link copied to clipboard
val deploymentType: Output<String>

Specifies the cache deployment type. The only supported value is CACHE_1.

Link copied to clipboard

The configuration for a Lustre MDT (Metadata Target) storage volume. See the metadata_configuration block.

Link copied to clipboard
val mountName: Output<String>? = null
Link copied to clipboard

Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only supported value is 1000.

Link copied to clipboard
val weeklyMaintenanceStartTime: Output<String>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): FileCacheLustreConfigurationArgs