Interface Ipv4DestinationCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Ipv4DestinationCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<UnreachDestinationObj>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, Destination, Ipv4Destinations

    public interface Ipv4DestinationCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv4DestinationCase>, Ipv4Destinations, Destination

    This class represents the following YANG schema fragment defined in module pcep-types

     case ipv4-destination-case {
       uses ipv4-destinations;
     }
     
    The schema path to identify an instance is pcep-types/unreach-destination-object/unreach-destination-obj/destination/ipv4-destination-case
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Ipv4DestinationCase> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
        Specified by:
        implementedInterface in interface Ipv4Destinations