Nfs3TargetResponse

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

Properties pertaining to the Nfs3Target

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

IP address or host name of an NFSv3 host (e.g., 10.0.44.44).

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.