Interface P2mpIpv4Case

  • All Superinterfaces:
    AddressFamily, org.opendaylight.yangtools.yang.binding.Augmentable<P2mpIpv4Case>, 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 P2mpIpv4Case
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<P2mpIpv4Case>, AddressFamily

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

     case p2mp-ipv4-case {
       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
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable P2mpIpv4 getP2mpIpv4()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.endpoints.address.family.p2mp.ipv4._case.P2mpIpv4 p2mpIpv4, or null if not present