Interface P2mpIpv4

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<P2mpIpv4>, 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, EndpointsIpv4Source, Ipv4Destinations, P2mpLeavesLeaf

    public interface P2mpIpv4
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Endpoints>, org.opendaylight.yangtools.yang.binding.Augmentable<P2mpIpv4>, P2mpLeavesLeaf, EndpointsIpv4Source, Ipv4Destinations

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

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

    To create instances of this class use P2mpIpv4Builder.

    See Also:
    P2mpIpv4Builder