SpringCloudAppPersistentDisk

data class SpringCloudAppPersistentDisk(val mountPath: String? = null, val sizeInGb: Int)

Constructors

Link copied to clipboard
constructor(mountPath: String? = null, sizeInGb: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mountPath: String? = null

Specifies the mount path of the persistent disk. Defaults to /persistent.

Link copied to clipboard

Specifies the size of the persistent disk in GB. Possible values are between 0 and 50.