GetNodePoolPlainArgs

data class GetNodePoolPlainArgs(val name: String) : ConvertibleToJava<GetNodePoolPlainArgs>

A collection of arguments for invoking getNodePool.

Constructors

Link copied to clipboard
constructor(name: String)

Properties

Link copied to clipboard

(string) - The name of the node pool to fetch.

Functions

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