customServices

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

Parameters

value

List of Custom Services added to the compute.


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


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

Parameters

values

List of Custom Services added to the compute.


@JvmName(name = "cgovdrbpyewogvyy")
suspend fun customServices(argument: List<suspend CustomServiceArgsBuilder.() -> Unit>)
@JvmName(name = "elynspqaopphoedy")
suspend fun customServices(vararg argument: suspend CustomServiceArgsBuilder.() -> Unit)
@JvmName(name = "glciedbydembodvn")
suspend fun customServices(argument: suspend CustomServiceArgsBuilder.() -> Unit)

Parameters

argument

List of Custom Services added to the compute.