AuxiliaryNodeGroupArgs

data class AuxiliaryNodeGroupArgs(val nodeGroup: Output<NodeGroupArgs>, val nodeGroupId: Output<String>? = null) : ConvertibleToJava<AuxiliaryNodeGroupArgs>

Node group identification and configuration information.

Constructors

Link copied to clipboard
constructor(nodeGroup: Output<NodeGroupArgs>, nodeGroupId: Output<String>? = null)

Properties

Link copied to clipboard

Node group configuration.

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

Optional. A node group ID. Generated if not specified.The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). Cannot begin or end with underscore or hyphen. Must consist of from 3 to 33 characters.

Functions

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