CacheNodeDriveConfigurationResponse

data class CacheNodeDriveConfigurationResponse(val cacheNumber: Int? = null, val nginxMapping: String? = null, val physicalPath: String? = null, val sizeInGb: Int? = null)

Drive configuration for cache node

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cacheNumber: Int? = null

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

Link copied to clipboard
val nginxMapping: String? = null

full binding for corresponding nginx cache drive

Link copied to clipboard
val physicalPath: String? = null

physical path location of the folder used for caching content

Link copied to clipboard
val sizeInGb: Int? = null

physical size of the drive used for caching content