public interface Permit extends DataObject, Augmentable<Permit>, PacketHandling
This class represents the following YANG schema fragment defined in module ietf-access-control-list
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/permit
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Boolean |
isPermit()
Permit action.
|
augmentation
getImplementedInterface
@Nullable Boolean isPermit()
java.lang.Boolean
permit
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.