BlobNfsTargetArgs

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

Properties pertaining to the BlobNfsTarget.

Constructors

Link copied to clipboard
constructor(target: Output<String>? = null, usageModel: Output<String>? = 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.

Functions

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