ServiceNasConfigMountPointArgs

data class ServiceNasConfigMountPointArgs(val mountDir: Output<String>, val serverAddr: Output<String>) : ConvertibleToJava<ServiceNasConfigMountPointArgs>

Constructors

Link copied to clipboard
constructor(mountDir: Output<String>, serverAddr: Output<String>)

Properties

Link copied to clipboard
val mountDir: Output<String>

The local address where to mount your remote NAS directory.

Link copied to clipboard
val serverAddr: Output<String>

The address of the remote NAS directory.

Functions

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