securityGroups

@JvmName(name = "lqqalyfmqkhpljug")
suspend fun securityGroups(value: Output<List<String>>)
@JvmName(name = "ocddgrajtihoppic")
suspend fun securityGroups(value: List<String>?)

Parameters

value

A list of security group ids to associate with.

NOTE: Now cluster_name,data_center_name,instance_type,node_count,disk_type,disk_size,maintain_start_time,maintain_end_time,tags,ip_white,security_groups can be change. The others(auto_renew, auto_renew_period and so on) will be supported in the furture.


@JvmName(name = "ncofjsfbpbbtlhjx")
suspend fun securityGroups(vararg values: Output<String>)


@JvmName(name = "gjutbhuekueqmsbs")
suspend fun securityGroups(values: List<Output<String>>)
@JvmName(name = "jrcgaohfadrsiuxt")
suspend fun securityGroups(vararg values: String)

Parameters

values

A list of security group ids to associate with.

NOTE: Now cluster_name,data_center_name,instance_type,node_count,disk_type,disk_size,maintain_start_time,maintain_end_time,tags,ip_white,security_groups can be change. The others(auto_renew, auto_renew_period and so on) will be supported in the furture.