public interface ExternalIpsCounter extends org.opendaylight.yangtools.yang.binding.ChildOf<OdlNatData>, org.opendaylight.yangtools.yang.binding.Augmentable<ExternalIpsCounter>
This class represents the following YANG schema fragment defined in module odl-nat
container external-ips-counter {
list external-counters {
key "segment-id"
leaf segment-id {
type uint32;
}
list external-ip-counter {
key "external-ip"
leaf external-ip {
type string;
}
leaf counter {
type uint8;
}
}
}
}
The schema path to identify an instance is
odl-nat/external-ips-counter
To create instances of this class use ExternalIpsCounterBuilder.
ExternalIpsCounterBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
List<ExternalCounters> |
getExternalCounters() |
List<ExternalCounters> getExternalCounters()
java.util.List externalCounters, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.