endpoints

@JvmName(name = "pvspililqvmhfhmp")
suspend fun endpoints(value: Output<List<EndpointPatchArgs>>)
@JvmName(name = "vepwkadsqscuvhre")
suspend fun endpoints(value: List<EndpointPatchArgs>?)

Parameters

value

endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.


@JvmName(name = "lpdibttxsvysnojd")
suspend fun endpoints(vararg values: Output<EndpointPatchArgs>)


@JvmName(name = "goyjcfxskjqmtmtu")
suspend fun endpoints(values: List<Output<EndpointPatchArgs>>)
@JvmName(name = "uwuqsibbbxirjack")
suspend fun endpoints(vararg values: EndpointPatchArgs)

Parameters

values

endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.


@JvmName(name = "bscciwpwnocwcdkl")
suspend fun endpoints(argument: List<suspend EndpointPatchArgsBuilder.() -> Unit>)
@JvmName(name = "ffqbujkwcwsdbewn")
suspend fun endpoints(vararg argument: suspend EndpointPatchArgsBuilder.() -> Unit)
@JvmName(name = "vwalfvcvgnpkgdlv")
suspend fun endpoints(argument: suspend EndpointPatchArgsBuilder.() -> Unit)

Parameters

argument

endpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints.