SpringCloudAppPersistentDiskArgs

data class SpringCloudAppPersistentDiskArgs(val mountPath: Output<String>? = null, val sizeInGb: Output<Int>) : ConvertibleToJava<SpringCloudAppPersistentDiskArgs>

Constructors

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

Properties

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

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

Link copied to clipboard
val sizeInGb: Output<Int>

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

Functions

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