NfsFileShareNfsFileShareDefaultsArgs

data class NfsFileShareNfsFileShareDefaultsArgs(val directoryMode: Output<String>? = null, val fileMode: Output<String>? = null, val groupId: Output<String>? = null, val ownerId: Output<String>? = null) : ConvertibleToJava<NfsFileShareNfsFileShareDefaultsArgs>

Constructors

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

Properties

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

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

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

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

Link copied to clipboard
val groupId: Output<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: Output<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.

Functions

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