customServices

@JvmName(name = "tpswbwecjygyaqgb")
suspend fun customServices(value: Output<List<CustomServiceArgs>>)
@JvmName(name = "ihhqxvurdtcgvobm")
suspend fun customServices(value: List<CustomServiceArgs>?)

Parameters

value

List of Custom Services added to the compute.


@JvmName(name = "chvdrtxsvnivufec")
suspend fun customServices(vararg values: Output<CustomServiceArgs>)


@JvmName(name = "miiqqbwaqtbvpwjv")
suspend fun customServices(values: List<Output<CustomServiceArgs>>)
@JvmName(name = "njbdphsflqtocydt")
suspend fun customServices(vararg values: CustomServiceArgs)

Parameters

values

List of Custom Services added to the compute.


@JvmName(name = "qjoscgxpgjicvudw")
suspend fun customServices(argument: List<suspend CustomServiceArgsBuilder.() -> Unit>)
@JvmName(name = "ukiorsiklsnlbemy")
suspend fun customServices(vararg argument: suspend CustomServiceArgsBuilder.() -> Unit)
@JvmName(name = "uuadcsxisgoxkfku")
suspend fun customServices(argument: suspend CustomServiceArgsBuilder.() -> Unit)

Parameters

argument

List of Custom Services added to the compute.