ingress Acl Entries
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_acl_entries
.
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_acl_entries
.
suspend fun ingressAclEntries(argument: List<suspend NetworkAclIngressAclEntryArgsBuilder.() -> Unit>)
suspend fun ingressAclEntries(vararg argument: suspend NetworkAclIngressAclEntryArgsBuilder.() -> 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_acl_entries
.