GetApplicationsApplicationOssMountDetail

data class GetApplicationsApplicationOssMountDetail(val bucketName: String, val bucketPath: String, val mountPath: String, val readOnly: Boolean)

Constructors

Link copied to clipboard
constructor(bucketName: String, bucketPath: String, mountPath: String, readOnly: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the bucket.

Link copied to clipboard

The path of the bucket.

Link copied to clipboard

The Container mount path.

Link copied to clipboard

Whether the container path has readable permission to mount directory resources.