ingresses

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


@JvmName(name = "dwickorgljbxahti")
suspend fun ingresses(values: List<Output<NetworkAclEntriesIngressArgs>>)
@JvmName(name = "vwqpoachvboqivtx")
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 = "dggyskqjuyluurwa")
suspend fun ingresses(argument: List<suspend NetworkAclEntriesIngressArgsBuilder.() -> Unit>)
@JvmName(name = "oduqcfibvbutwait")
suspend fun ingresses(vararg argument: suspend NetworkAclEntriesIngressArgsBuilder.() -> Unit)
@JvmName(name = "fdhjgmwejgmyeoqy")
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.