deployMode

@JvmName(name = "qttupeatqccfbteb")
suspend fun deployMode(value: Output<String>)
@JvmName(name = "fryywtufwpnicgpk")
suspend fun deployMode(value: String?)

Parameters

value

The mode in which the cluster is deployed. Valid values: Standard, Simple, Tiny. Default value: Standard.

  • Standard: An account node, a scheduling node, a logon node, and multiple compute nodes are separately deployed.

  • Simple: A management node, a logon node, and multiple compute nodes are deployed. The management node consists of an account node and a scheduling node. The logon node and compute nodes are separately deployed.

  • Tiny: A management node and multiple compute nodes are deployed. The management node consists of an account node, a scheduling node, and a logon node. The compute nodes are separately deployed.