data class ApplicationNasConfigArgs(val mountDomain: Output<String>? = null, val mountPath: Output<String>? = null, val nasId: Output<String>? = null, val nasPath: Output<String>? = null, val readOnly: Output<Boolean>? = null) : ConvertibleToJava<ApplicationNasConfigArgs>
Specifies whether the application can read data from or write data to resources in the directory of the NAS. Valid values: true and false. If you set read_only to false, the application has the read and write permissions.