ServiceNasConfigArgs

data class ServiceNasConfigArgs(val groupId: Output<Int>, val mountPoints: Output<List<ServiceNasConfigMountPointArgs>>, val userId: Output<Int>) : ConvertibleToJava<ServiceNasConfigArgs>

Constructors

Link copied to clipboard
constructor(groupId: Output<Int>, mountPoints: Output<List<ServiceNasConfigMountPointArgs>>, userId: Output<Int>)

Properties

Link copied to clipboard
val groupId: Output<Int>

The group id of your NAS file system.

Link copied to clipboard

Config the NAS mount points.See mount_points below.

Link copied to clipboard
val userId: Output<Int>

The user id of your NAS file system.

Functions

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