GetVolumesPlainArgs

data class GetVolumesPlainArgs(val namespace: String? = null, val nodeId: String? = null, val pluginId: String? = null, val type: String? = null) : ConvertibleToJava<GetVolumesPlainArgs>

A collection of arguments for invoking getVolumes.

Constructors

Link copied to clipboard
constructor(namespace: String? = null, nodeId: String? = null, pluginId: String? = null, type: String? = null)

Properties

Link copied to clipboard
val namespace: String? = null

(string: "default") Nomad namespace.

Link copied to clipboard
val nodeId: String? = null

(string: optional) Volume node filter.

Link copied to clipboard
val pluginId: String? = null

(string: optional) Plugin ID filter.

Link copied to clipboard
val type: String? = null

(string: "csi") Volume type (one of csi or host)

Functions

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