nodeNameMode

@JvmName(name = "jjxhqpcmkjdxybro")
suspend fun nodeNameMode(value: Output<String>)
@JvmName(name = "edkfxclpqmhgbbot")
suspend fun nodeNameMode(value: String?)

Deprecated

Field 'node_name_mode' has been deprecated from provider version 1.177.0. Please use resource 'alicloud_cs_kubernetes_node_pool' to manage cluster nodes, by using field 'node_name_mode' to replace it.

Parameters

value

(Optional, Available in 1.88.0+) Each node name consists of a prefix, an IP substring, and a suffix, the input format is customized,<prefix>,IPSubStringLen,<suffix>. For example "customized,aliyun.com-,5,-test", if the node IP address is 192.168.59.176, the prefix is aliyun.com-, IP substring length is 5, and the suffix is -test, the node name will be aliyun.com-59176-test.