GetNodePoolsPlainArgs

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

A collection of arguments for invoking getNodePools.

Constructors

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

Properties

Link copied to clipboard
val filter: String? = null

(string) - Specifies the nomad_api_filter used to filter the results.

Link copied to clipboard
val prefix: String? = null

(string) - Specifies a string to filter node pools based on a name prefix.

Functions

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