egress Acl Entries
Parameters
value
List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block egress_acl_entries
.
Parameters
values
List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block egress_acl_entries
.
suspend fun egressAclEntries(argument: List<suspend NetworkAclEgressAclEntryArgsBuilder.() -> Unit>)
suspend fun egressAclEntries(vararg argument: suspend NetworkAclEgressAclEntryArgsBuilder.() -> Unit)
Parameters
argument
List of the egress entries of the network acl. The order of the egress entries determines the priority. The details see Block egress_acl_entries
.