Interface Ipv6DestinationCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6DestinationCase>, 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, Ipv6Destinations

    public interface Ipv6DestinationCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<Ipv6DestinationCase>, Ipv6Destinations, Destination

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

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

      • QNAME

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

      • implementedInterface

        default Class<Ipv6DestinationCase> 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 Ipv6Destinations