NFSMount Configuration Args
data class NFSMountConfigurationArgs(val mountOptions: Output<String>? = null, val relativeMountPath: Output<String>, val source: Output<String>) : ConvertibleToJava<NFSMountConfigurationArgs>
Constructors
Link copied to clipboard
fun NFSMountConfigurationArgs(mountOptions: Output<String>? = null, relativeMountPath: Output<String>, source: Output<String>)