@Deprecated public interface Statistics extends ChildOf<Interface>, Augmentable<Statistics>
This class represents the following YANG schema fragment defined in module ietf-interfaces
container statistics {
status deprecated;
leaf discontinuity-time {
type yang:date-and-time;
status deprecated;
}
leaf in-octets {
type yang:counter64;
status deprecated;
}
leaf in-unicast-pkts {
type yang:counter64;
status deprecated;
}
leaf in-broadcast-pkts {
type yang:counter64;
status deprecated;
}
leaf in-multicast-pkts {
type yang:counter64;
status deprecated;
}
leaf in-discards {
type yang:counter32;
status deprecated;
}
leaf in-errors {
type yang:counter32;
status deprecated;
}
leaf in-unknown-protos {
type yang:counter32;
status deprecated;
}
leaf out-octets {
type yang:counter64;
status deprecated;
}
leaf out-unicast-pkts {
type yang:counter64;
status deprecated;
}
leaf out-broadcast-pkts {
type yang:counter64;
status deprecated;
}
leaf out-multicast-pkts {
type yang:counter64;
status deprecated;
}
leaf out-discards {
type yang:counter32;
status deprecated;
}
leaf out-errors {
type yang:counter32;
status deprecated;
}
}
The schema path to identify an instance is
ietf-interfaces/interfaces-state/interface/statistics
To create instances of this class use StatisticsBuilder.
StatisticsBuilder| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
@Nullable DateAndTime |
getDiscontinuityTime()
Deprecated.
|
@Nullable Counter64 |
getInBroadcastPkts()
Deprecated.
|
@Nullable Counter32 |
getInDiscards()
Deprecated.
|
@Nullable Counter32 |
getInErrors()
Deprecated.
|
@Nullable Counter64 |
getInMulticastPkts()
Deprecated.
|
@Nullable Counter64 |
getInOctets()
Deprecated.
|
@Nullable Counter64 |
getInUnicastPkts()
Deprecated.
|
@Nullable Counter32 |
getInUnknownProtos()
Deprecated.
|
@Nullable Counter64 |
getOutBroadcastPkts()
Deprecated.
|
@Nullable Counter32 |
getOutDiscards()
Deprecated.
|
@Nullable Counter32 |
getOutErrors()
Deprecated.
|
@Nullable Counter64 |
getOutMulticastPkts()
Deprecated.
|
@Nullable Counter64 |
getOutOctets()
Deprecated.
|
@Nullable Counter64 |
getOutUnicastPkts()
Deprecated.
|
getImplementedInterfaceaugmentation@Deprecated @Nullable DateAndTime getDiscontinuityTime()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DateAndTime discontinuityTime, or null if not present@Deprecated @Nullable Counter64 getInOctets()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 inOctets, or null if not present@Deprecated @Nullable Counter64 getInUnicastPkts()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 inUnicastPkts, or null if not present@Deprecated @Nullable Counter64 getInBroadcastPkts()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 inBroadcastPkts, or null if not present@Deprecated @Nullable Counter64 getInMulticastPkts()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 inMulticastPkts, or null if not present@Deprecated @Nullable Counter32 getInDiscards()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 inDiscards, or null if not present@Deprecated @Nullable Counter32 getInErrors()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 inErrors, or null if not present@Deprecated @Nullable Counter32 getInUnknownProtos()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 inUnknownProtos, or null if not present@Deprecated @Nullable Counter64 getOutOctets()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 outOctets, or null if not present@Deprecated @Nullable Counter64 getOutUnicastPkts()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 outUnicastPkts, or null if not present@Deprecated @Nullable Counter64 getOutBroadcastPkts()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 outBroadcastPkts, or null if not present@Deprecated @Nullable Counter64 getOutMulticastPkts()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter64 outMulticastPkts, or null if not present@Deprecated @Nullable Counter32 getOutDiscards()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 outDiscards, or null if not present@Deprecated @Nullable Counter32 getOutErrors()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Counter32 outErrors, or null if not presentCopyright © 2019 OpenDaylight. All rights reserved.