GetAllocationsPlainArgs

data class GetAllocationsPlainArgs(val filter: String? = null, val namespace: String? = null, val prefix: String? = null) : ConvertibleToJava<GetAllocationsPlainArgs>

A collection of arguments for invoking getAllocations.

Constructors

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

Properties

Link copied to clipboard
val filter: String? = null

(string: <optional>) - Specifies the nomad_api_filter used to filter the results.

Link copied to clipboard
val namespace: String? = null

(string: <optional>) - Specifies the namespace to search for allocations in.

Link copied to clipboard
val prefix: String? = null

(string: <optional>) - Specifies a string to filter allocations based on an ID prefix.

Functions

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