V3FunctionNasConfigArgs

data class V3FunctionNasConfigArgs(val groupId: Output<Int>? = null, val mountPoints: Output<List<V3FunctionNasConfigMountPointArgs>>? = null, val userId: Output<Int>? = null) : ConvertibleToJava<V3FunctionNasConfigArgs>

Constructors

Link copied to clipboard
constructor(groupId: Output<Int>? = null, mountPoints: Output<List<V3FunctionNasConfigMountPointArgs>>? = null, userId: Output<Int>? = null)

Properties

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

Group ID

Link copied to clipboard

Mount point list See mount_points below.

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

Account ID

Functions

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