Interface HwvtepLogicalBindingStatsAttributes

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    LogicalBindingStats

    public interface HwvtepLogicalBindingStatsAttributes
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module hwvtep

     grouping hwvtep-logical-binding-stats-attributes {
       leaf logical-binding-stats-uuid {
         type yang:uuid;
       }
       leaf packets-from-local {
         type uint32;
       }
       leaf bytes-from-local {
         type uint32;
       }
       leaf packets-to-local {
         type uint32;
       }
       leaf bytes-to-local {
         type uint32;
       }
     }
     
    The schema path to identify an instance is hwvtep/hwvtep-logical-binding-stats-attributes
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        Class<? extends HwvtepLogicalBindingStatsAttributes> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getLogicalBindingStatsUuid

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid getLogicalBindingStatsUuid()
        A unique identifier of the logical binding stats
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid logicalBindingStatsUuid, or null if not present
      • getPacketsFromLocal

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getPacketsFromLocal()
        integer
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 packetsFromLocal, or null if not present
      • getBytesFromLocal

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getBytesFromLocal()
        integer
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 bytesFromLocal, or null if not present
      • getPacketsToLocal

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getPacketsToLocal()
        integer
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 packetsToLocal, or null if not present
      • getBytesToLocal

        @Nullable org.opendaylight.yangtools.yang.common.Uint32 getBytesToLocal()
        integer
        Returns:
        org.opendaylight.yangtools.yang.common.Uint32 bytesToLocal, or null if not present