Interface P2mpIpv6

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<P2mpIpv6>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Endpoints>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, EndpointsIpv6Source, Ipv6Destinations, P2mpLeavesLeaf

    public interface P2mpIpv6
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Endpoints>, org.opendaylight.yangtools.yang.binding.Augmentable<P2mpIpv6>, P2mpLeavesLeaf, EndpointsIpv6Source, Ipv6Destinations

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

     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/p2mp-ipv6

    To create instances of this class use P2mpIpv6Builder.

    See Also:
    P2mpIpv6Builder