ApplicationNasConfigArgs

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>

Constructors

Link copied to clipboard
constructor(mountDomain: Output<String>? = null, mountPath: Output<String>? = null, nasId: Output<String>? = null, nasPath: Output<String>? = null, readOnly: Output<Boolean>? = null)

Properties

Link copied to clipboard
val mountDomain: Output<String>? = null

The domain name of the mount target.

Link copied to clipboard
val mountPath: Output<String>? = null

The mount path of the container.

Link copied to clipboard
val nasId: Output<String>? = null

The ID of the NAS file system.

Link copied to clipboard
val nasPath: Output<String>? = null

The directory in the NAS file system.

Link copied to clipboard
val readOnly: Output<Boolean>? = null

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.

Functions

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