public interface AceOperData extends ChildOf<Ace>, Augmentable<AceOperData>
This class represents the following YANG schema fragment defined in module ietf-access-control-list
container ace-oper-data { config false; leaf match-counter { type yang:counter64; } }The schema path to identify an instance is ietf-access-control-list/access-lists/acl/access-list-entries/ace/ace-oper-data
To create instances of this class use AceOperDataBuilder
.
AceOperDataBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable Counter64 |
getMatchCounter()
Number of matches for this Access List Entry
|
getImplementedInterface
augmentation
@Nullable Counter64 getMatchCounter()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64
matchCounter
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.