Nfs3TargetArgs

data class Nfs3TargetArgs(val target: Output<String>? = null, val usageModel: Output<String>? = null, val verificationTimer: Output<Int>? = null, val writeBackTimer: Output<Int>? = null) : ConvertibleToJava<Nfs3TargetArgs>

Properties pertaining to the Nfs3Target

Constructors

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

Properties

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

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

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

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

Link copied to clipboard
val verificationTimer: Output<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: Output<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.

Functions

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