NFSArgs

data class NFSArgs(val remotePath: Output<String>? = null, val server: Output<String>? = null) : ConvertibleToJava<NFSArgs>

Represents an NFS volume.

Constructors

Link copied to clipboard
fun NFSArgs(remotePath: Output<String>? = null, server: Output<String>? = null)

Functions

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

Properties

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

Remote source path exported from the NFS, e.g., "/share".

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

The IP address of the NFS.