Nfs3TargetArgs

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

Properties pertaining to the Nfs3Target

Constructors

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

Functions

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