BlobNfsTargetArgs

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

Properties pertaining to the BlobNfsTarget.

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

Resource ID of the storage container.

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(): BlobNfsTargetArgs