customServices

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

Parameters

value

List of Custom Services added to the compute.


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


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

Parameters

values

List of Custom Services added to the compute.


@JvmName(name = "kbhxhiaoaahbjjcu")
suspend fun customServices(argument: List<suspend CustomServiceArgsBuilder.() -> Unit>)
@JvmName(name = "gpvyijhswwvflhqp")
suspend fun customServices(vararg argument: suspend CustomServiceArgsBuilder.() -> Unit)
@JvmName(name = "xqcbpiqnfphpxjmp")
suspend fun customServices(argument: suspend CustomServiceArgsBuilder.() -> Unit)

Parameters

argument

List of Custom Services added to the compute.