ingresses

@JvmName(name = "xentutikxbhqmdgh")
suspend fun ingresses(value: Output<List<NetworkAclEntriesIngressArgs>>)
@JvmName(name = "mhipkjtcetlcaovg")
suspend fun ingresses(value: List<NetworkAclEntriesIngressArgs>?)

Parameters

value

List of the ingress entries of the network acl. The order of the ingress entries determines the priority. The details see Block Ingress.


@JvmName(name = "gdghyedgtvkclkbk")
suspend fun ingresses(vararg values: Output<NetworkAclEntriesIngressArgs>)


@JvmName(name = "ktxiribhyuclknyt")
suspend fun ingresses(values: List<Output<NetworkAclEntriesIngressArgs>>)
@JvmName(name = "eotttdnsslkgcanj")
suspend fun ingresses(vararg values: NetworkAclEntriesIngressArgs)

Parameters

values

List of the ingress entries of the network acl. The order of the ingress entries determines the priority. The details see Block Ingress.


@JvmName(name = "ptwcmlkycfrmbypn")
suspend fun ingresses(argument: List<suspend NetworkAclEntriesIngressArgsBuilder.() -> Unit>)
@JvmName(name = "aktlwolrxybhibix")
suspend fun ingresses(vararg argument: suspend NetworkAclEntriesIngressArgsBuilder.() -> Unit)
@JvmName(name = "tpefcgvdmdupavdc")
suspend fun ingresses(argument: suspend NetworkAclEntriesIngressArgsBuilder.() -> Unit)

Parameters

argument

List of the ingress entries of the network acl. The order of the ingress entries determines the priority. The details see Block Ingress.