ClusterComponentComponentConfig

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val basicArgs: String? = null

Component Basic Parameters

Link copied to clipboard
val nodeUnits: 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.