SpringCloudAppCustomPersistentDisk

data class SpringCloudAppCustomPersistentDisk(val mountOptions: List<String>? = null, val mountPath: String, val readOnlyEnabled: Boolean? = null, val shareName: String, val storageName: String)

Constructors

Link copied to clipboard
constructor(mountOptions: List<String>? = null, mountPath: String, readOnlyEnabled: Boolean? = null, shareName: String, storageName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val mountOptions: List<String>? = null

These are the mount options for a persistent disk.

Link copied to clipboard

The mount path of the persistent disk.

Link copied to clipboard

Indicates whether the persistent disk is a readOnly one.

Link copied to clipboard

The share name of the Azure File share.

Link copied to clipboard

The name of the Spring Cloud Storage.