NfsFileShareNfsFileShareDefaults

data class NfsFileShareNfsFileShareDefaults(val directoryMode: String? = null, val fileMode: String? = null, val groupId: String? = null, val ownerId: String? = null)

Constructors

Link copied to clipboard
constructor(directoryMode: String? = null, fileMode: String? = null, groupId: String? = null, ownerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val directoryMode: String? = null

The Unix directory mode in the string form "nnnn". Defaults to "0777".

Link copied to clipboard
val fileMode: String? = null

The Unix file mode in the string form "nnnn". Defaults to "0666".

Link copied to clipboard
val groupId: String? = null

The default group ID for the file share (unless the files have another group ID specified). Defaults to 65534 (nfsnobody). Valid values: 0 through 4294967294.

Link copied to clipboard
val ownerId: String? = null

The default owner ID for the file share (unless the files have another owner ID specified). Defaults to 65534 (nfsnobody). Valid values: 0 through 4294967294.