customServices

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

Parameters

value

List of Custom Services added to the compute.


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


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

Parameters

values

List of Custom Services added to the compute.


@JvmName(name = "kiyjaswihqmhdhut")
suspend fun customServices(argument: List<suspend CustomServiceArgsBuilder.() -> Unit>)
@JvmName(name = "fnppgepvyfvofgrd")
suspend fun customServices(vararg argument: suspend CustomServiceArgsBuilder.() -> Unit)
@JvmName(name = "moyjlvefsddrqltx")
suspend fun customServices(argument: suspend CustomServiceArgsBuilder.() -> Unit)

Parameters

argument

List of Custom Services added to the compute.