AppTemplateVolumeArgs

data class AppTemplateVolumeArgs(val mountOptions: Output<String>? = null, val name: Output<String>, val storageName: Output<String>? = null, val storageType: Output<String>? = null) : ConvertibleToJava<AppTemplateVolumeArgs>

Constructors

Link copied to clipboard
constructor(mountOptions: Output<String>? = null, name: Output<String>, storageName: Output<String>? = null, storageType: Output<String>? = null)

Properties

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

Mount options used while mounting the AzureFile. Must be a comma-separated string e.g. dir_mode=0751,file_mode=0751.

Link copied to clipboard
val name: Output<String>

The name of the volume.

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

The name of the AzureFile storage.

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

The type of storage volume. Possible values are AzureFile, EmptyDir and Secret. Defaults to EmptyDir.

Functions

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