Volume Mount Options Args
data class VolumeMountOptionsArgs(val fsType: Output<String>? = null, val mountFlags: Output<List<String>>? = null) : ConvertibleToJava<VolumeMountOptionsArgs>
Constructors
Link copied to clipboard
fun VolumeMountOptionsArgs(fsType: Output<String>? = null, mountFlags: Output<List<String>>? = null)