V3FunctionOssMountConfigMountPoint

data class V3FunctionOssMountConfigMountPoint(val bucketName: String? = null, val bucketPath: String? = null, val endpoint: String? = null, val mountDir: String? = null, val readOnly: Boolean? = null)

Constructors

Link copied to clipboard
constructor(bucketName: String? = null, bucketPath: String? = null, endpoint: String? = null, mountDir: String? = null, readOnly: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val bucketName: String? = null

OSS Bucket name

Link copied to clipboard
val bucketPath: String? = null

Path of the mounted OSS Bucket

Link copied to clipboard
val endpoint: String? = null

OSS access endpoint

Link copied to clipboard
val mountDir: String? = null
Link copied to clipboard
val readOnly: Boolean? = null

Read-only