customServices

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

Parameters

value

List of Custom Services added to the compute.


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


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

Parameters

values

List of Custom Services added to the compute.


@JvmName(name = "hyweacemuomagfsi")
suspend fun customServices(argument: List<suspend CustomServiceArgsBuilder.() -> Unit>)
@JvmName(name = "mcabipycdoxvmmfa")
suspend fun customServices(vararg argument: suspend CustomServiceArgsBuilder.() -> Unit)
@JvmName(name = "weflufjxryoxerlo")
suspend fun customServices(argument: suspend CustomServiceArgsBuilder.() -> Unit)

Parameters

argument

List of Custom Services added to the compute.