NfsUserArgs

data class NfsUserArgs(val groupId: Output<Double>? = null, val userId: Output<Double>? = null) : ConvertibleToJava<NfsUserArgs>

The effective NFS User ID and Group ID when accessing the volume data.

Constructors

Link copied to clipboard
constructor(groupId: Output<Double>? = null, userId: Output<Double>? = null)

Properties

Link copied to clipboard
val groupId: Output<Double>? = null

The NFS user's GID

Link copied to clipboard
val userId: Output<Double>? = null

The NFS user's UID

Functions

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