Service Nas Config Args
data class ServiceNasConfigArgs(val groupId: Output<Int>, val mountPoints: Output<List<ServiceNasConfigMountPointArgs>>, val userId: Output<Int>) : ConvertibleToJava<ServiceNasConfigArgs>
Constructors
Link copied to clipboard
fun ServiceNasConfigArgs(groupId: Output<Int>, mountPoints: Output<List<ServiceNasConfigMountPointArgs>>, userId: Output<Int>)