ingresses

@JvmName(name = "lcyesvocsjxtweml")
suspend fun ingresses(value: Output<List<NetworkAclEntriesIngressArgs>>)
@JvmName(name = "vyoiqqhyqowmkgej")
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 = "pnwowjptwjiulsoq")
suspend fun ingresses(vararg values: Output<NetworkAclEntriesIngressArgs>)


@JvmName(name = "gwdrjigpripgtcgv")
suspend fun ingresses(values: List<Output<NetworkAclEntriesIngressArgs>>)
@JvmName(name = "wtcutqcsvwipigbu")
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 = "kvehqgnewasaouru")
suspend fun ingresses(argument: List<suspend NetworkAclEntriesIngressArgsBuilder.() -> Unit>)
@JvmName(name = "dcaqagflwvrsjbxm")
suspend fun ingresses(vararg argument: suspend NetworkAclEntriesIngressArgsBuilder.() -> Unit)
@JvmName(name = "orygcfdkbvoifsdk")
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.