ExternalVolumeMountOptionsArgs

data class ExternalVolumeMountOptionsArgs(val fsType: Output<String>? = null, val mountFlags: Output<List<String>>? = null) : ConvertibleToJava<ExternalVolumeMountOptionsArgs>

Constructors

Link copied to clipboard
constructor(fsType: Output<String>? = null, mountFlags: Output<List<String>>? = null)

Properties

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

(string: optional) - The file system type.

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

[]string: optional - The flags passed to mount.

Functions

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