ApplicationNasConfig

data class ApplicationNasConfig(val mountDomain: String? = null, val mountPath: String? = null, val nasId: String? = null, val nasPath: String? = null, val readOnly: Boolean? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mountDomain: String? = null

The domain name of the mount target.

Link copied to clipboard
val mountPath: String? = null

The mount path of the container.

Link copied to clipboard
val nasId: String? = null

The ID of the NAS file system.

Link copied to clipboard
val nasPath: String? = null

The directory in the NAS file system.

Link copied to clipboard
val readOnly: 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.