ForNodePatchArgs

data class ForNodePatchArgs(val name: Output<String>? = null) : ConvertibleToJava<ForNodePatchArgs>

ForNode provides information about which nodes should consume this endpoint.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

name represents the name of the node.

Functions

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