Interface UnreachDestinationObject

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

    @Generated("mdsal-binding-generator")
    public interface UnreachDestinationObject
    extends org.opendaylight.yangtools.yang.binding.DataObject
    UNREACH-DESTINATION Object

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

     grouping unreach-destination-object {
       container unreach-destination-obj {
         uses object;
         choice destination {
           case ipv4-destination-case {
             uses ipv4-destinations;
           }
           case ipv6-destination-case {
             uses ipv6-destinations;
           }
         }
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

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

        UnreachDestinationObj getUnreachDestinationObj()
        Return unreachDestinationObj, or null if it is not present.
        Returns:
        UnreachDestinationObj unreachDestinationObj, or null if it is not present.