public interface Deny extends DataObject, Augmentable<Deny>, PacketHandling
This class represents the following YANG schema fragment defined in module ietf-access-control-list
case deny { leaf deny { type empty; } }The schema path to identify an instance is ietf-access-control-list/access-lists/acl/access-list-entries/ace/actions/packet-handling/deny
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Boolean |
isDeny()
Deny action.
|
augmentation
getImplementedInterface
@Nullable Boolean isDeny()
java.lang.Boolean
deny
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.