public interface PacketHandling extends ChoiceIn<Actions>
This class represents the following YANG schema fragment defined in module ietf-access-control-list
choice packet-handling { default deny; case deny { leaf deny { type empty; } } case permit { leaf permit { type empty; } } }The schema path to identify an instance is ietf-access-control-list/access-lists/acl/access-list-entries/ace/actions/packet-handling
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
getImplementedInterface
Copyright © 2019 OpenDaylight. All rights reserved.