ingresses

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


@JvmName(name = "fnyxxkhdjvwbbydv")
suspend fun ingresses(values: List<Output<NetworkAclEntriesIngressArgs>>)
@JvmName(name = "hxjgykspvqhowoqc")
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 = "qqkqlcateapenuwc")
suspend fun ingresses(argument: List<suspend NetworkAclEntriesIngressArgsBuilder.() -> Unit>)
@JvmName(name = "kmrtknunntopqlpy")
suspend fun ingresses(vararg argument: suspend NetworkAclEntriesIngressArgsBuilder.() -> Unit)
@JvmName(name = "hmgubiosreosckhw")
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.