SpringCloudAppCustomPersistentDiskArgs

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

Constructors

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

Properties

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

These are the mount options for a persistent disk.

Link copied to clipboard
val mountPath: Output<String>

The mount path of the persistent disk.

Link copied to clipboard
val readOnlyEnabled: Output<Boolean>? = null

Indicates whether the persistent disk is a readOnly one.

Link copied to clipboard
val shareName: Output<String>

The share name of the Azure File share.

Link copied to clipboard
val storageName: Output<String>

The name of the Spring Cloud Storage.

Functions

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