ClusterComponentComponentConfigArgs

data class ClusterComponentComponentConfigArgs(val basicArgs: Output<String>? = null, val nodeUnits: Output<List<String>>? = null) : ConvertibleToJava<ClusterComponentComponentConfigArgs>

Constructors

Link copied to clipboard
constructor(basicArgs: Output<String>? = null, nodeUnits: Output<List<String>>? = null)

Properties

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

Component Basic Parameters

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

Node pool configuration, and is used to establish the corresponding relationship between node groups and node pools. When ComponentType = "ACKEdge" is required. Other values are empty.

Functions

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