BlobNfsTargetResponse

data class BlobNfsTargetResponse(val target: String? = null, val usageModel: String? = null, val verificationTimer: Int? = null, val writeBackTimer: Int? = null)

Properties pertaining to the BlobNfsTarget.

Constructors

Link copied to clipboard
constructor(target: String? = null, usageModel: String? = null, verificationTimer: Int? = null, writeBackTimer: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val target: String? = null

Resource ID of the storage container.

Link copied to clipboard
val usageModel: String? = null

Identifies the StorageCache usage model to be used for this storage target.

Link copied to clipboard
val verificationTimer: Int? = null

Amount of time (in seconds) the cache waits before it checks the back-end storage for file updates.

Link copied to clipboard
val writeBackTimer: Int? = null

Amount of time (in seconds) the cache waits after the last file change before it copies the changed file to back-end storage.