ClusterBootstrapScriptNodeSelectorArgs

data class ClusterBootstrapScriptNodeSelectorArgs(val nodeGroupId: Output<String>? = null, val nodeGroupIds: Output<List<String>>? = null, val nodeGroupName: Output<String>? = null, val nodeGroupNames: Output<List<String>>? = null, val nodeGroupTypes: Output<List<String>>? = null, val nodeNames: Output<List<String>>? = null, val nodeSelectType: Output<String>) : ConvertibleToJava<ClusterBootstrapScriptNodeSelectorArgs>

Constructors

Link copied to clipboard
constructor(nodeGroupId: Output<String>? = null, nodeGroupIds: Output<List<String>>? = null, nodeGroupName: Output<String>? = null, nodeGroupNames: Output<List<String>>? = null, nodeGroupTypes: Output<List<String>>? = null, nodeNames: Output<List<String>>? = null, nodeSelectType: Output<String>)

Properties

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

The bootstrap scripts execution target node group ids.

Link copied to clipboard
val nodeGroupName: Output<String>? = null
Link copied to clipboard
val nodeGroupNames: Output<List<String>>? = null

The bootstrap scripts execution target node group names.

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

The bootstrap scripts execution target node group types.

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

The bootstrap scripts execution target node names.

Link copied to clipboard
val nodeSelectType: Output<String>

The bootstrap scripts execution target node select type. Supported value: NODE, NODEGROUP or CLUSTER.

Functions

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