GetDynamicHostVolumePlainArgs

data class GetDynamicHostVolumePlainArgs(val id: String, val namespace: String? = null) : ConvertibleToJava<GetDynamicHostVolumePlainArgs>

A collection of arguments for invoking getDynamicHostVolume.

Constructors

Link copied to clipboard
constructor(id: String, namespace: String? = null)

Properties

Link copied to clipboard
val id: String

(string) - the ID of the volume

Link copied to clipboard
val namespace: String? = null

(string) - the namespace of the volume. Defaults to "default"

Functions

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