Job Template Volume Args
data class JobTemplateVolumeArgs(val mountOptions: Output<String>? = null, val name: Output<String>, val storageName: Output<String>? = null, val storageType: Output<String>? = null) : ConvertibleToJava<JobTemplateVolumeArgs>
Properties
Link copied to clipboard
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
The name of the storage to use for the volume.
Link copied to clipboard
The type of storage to use for the volume. Possible values are AzureFile
, EmptyDir
and Secret
.