CacheNodeDriveConfigurationArgs

data class CacheNodeDriveConfigurationArgs(val cacheNumber: Output<Int>? = null, val nginxMapping: Output<String>? = null, val physicalPath: Output<String>? = null, val sizeInGb: Output<Int>? = null) : ConvertibleToJava<CacheNodeDriveConfigurationArgs>

Drive configuration for cache node

Constructors

Link copied to clipboard
constructor(cacheNumber: Output<Int>? = null, nginxMapping: Output<String>? = null, physicalPath: Output<String>? = null, sizeInGb: Output<Int>? = null)

Properties

Link copied to clipboard
val cacheNumber: Output<Int>? = null

corresponding nginx cache number. Valid cache numbers are 1 - 20

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

full binding for corresponding nginx cache drive

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

physical path location of the folder used for caching content

Link copied to clipboard
val sizeInGb: Output<Int>? = null

physical size of the drive used for caching content

Functions

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