Interface Icmp6Header

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    NeighborAdvertisePacket, NeighborSolicitationPacket, RouterAdvertisementPacket, RouterSolicitationPacket

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

    This class represents the following YANG schema fragment defined in module ipv6-neighbor-discovery

     grouping icmp6-header {
       leaf icmp6-type {
         type uint8;
       }
       leaf icmp6-code {
         type uint8;
       }
       leaf icmp6-chksum {
         type uint16;
       }
     }
     
    The schema path to identify an instance is ipv6-neighbor-discovery/icmp6-header
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends Icmp6Header> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getIcmp6Type

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getIcmp6Type()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 icmp6Type, or null if not present
      • getIcmp6Code

        @Nullable org.opendaylight.yangtools.yang.common.Uint8 getIcmp6Code()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint8 icmp6Code, or null if not present
      • getIcmp6Chksum

        @Nullable org.opendaylight.yangtools.yang.common.Uint16 getIcmp6Chksum()
        Returns:
        org.opendaylight.yangtools.yang.common.Uint16 icmp6Chksum, or null if not present