ApplicationOssMountDescsV2

data class ApplicationOssMountDescsV2(val bucketName: String? = null, val bucketPath: String? = null, val mountPath: String? = null, val readOnly: Boolean? = null)

Constructors

Link copied to clipboard
fun ApplicationOssMountDescsV2(bucketName: String? = null, bucketPath: String? = null, mountPath: String? = null, readOnly: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

The name of the OSS bucket.

Link copied to clipboard
val bucketPath: String? = null

The directory or object in OSS.

Link copied to clipboard
val mountPath: String? = null

The mount path.

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.