ApplicationOssMountDescsV2Args

data class ApplicationOssMountDescsV2Args(val bucketName: Output<String>? = null, val bucketPath: Output<String>? = null, val mountPath: Output<String>? = null, val readOnly: Output<Boolean>? = null) : ConvertibleToJava<ApplicationOssMountDescsV2Args>

Constructors

Link copied to clipboard
constructor(bucketName: Output<String>? = null, bucketPath: Output<String>? = null, mountPath: Output<String>? = null, readOnly: Output<Boolean>? = null)

Properties

Link copied to clipboard
val bucketName: Output<String>? = null

The name of the OSS bucket.

Link copied to clipboard
val bucketPath: Output<String>? = null

The directory or object in OSS.

Link copied to clipboard
val mountPath: Output<String>? = null

The path of the container in SAE.

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

Functions

Link copied to clipboard
open override fun toJava(): ApplicationOssMountDescsV2Args