FileSystemUserArgs

data class FileSystemUserArgs(val cifsUser: Output<CifsUserArgs>? = null, val nfsUser: Output<NfsUserArgs>? = null) : ConvertibleToJava<FileSystemUserArgs>

File System user having access to volume data. For Unix, this is the user's uid and gid. For Windows, this is the user's username. Note that the Unix and Windows user details are mutually exclusive, meaning one or other must be supplied, but not both.

Constructors

Link copied to clipboard
constructor(cifsUser: Output<CifsUserArgs>? = null, nfsUser: Output<NfsUserArgs>? = null)

Properties

Link copied to clipboard
val cifsUser: Output<CifsUserArgs>? = null

The effective CIFS username when accessing the volume data.

Link copied to clipboard
val nfsUser: Output<NfsUserArgs>? = null

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

Functions

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