Interface P2mpIpv6Case

  • All Superinterfaces:
    AddressFamily, org.opendaylight.yangtools.yang.binding.Augmentable<P2mpIpv6Case>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<Endpoints>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface P2mpIpv6Case
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<P2mpIpv6Case>, AddressFamily

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

     case p2mp-ipv6-case {
       container p2mp-ipv6 {
         uses p2mp-leaves-leaf;
         uses endpoints-ipv6-source;
         uses ipv6-destinations;
       }
     }
     
    The schema path to identify an instance is pcep-types/endpoints/address-family/p2mp-ipv6-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable P2mpIpv6 getP2mpIpv6()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv6._case.P2mpIpv6 p2mpIpv6, or null if not present