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
constructor(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 path of the container in SAE.

Link copied to clipboard
val readOnly: Boolean? = null

Specifies whether the application can use the container path to read data from or write data to resources in the directory of the OSS bucket. Valid values: