Interface RouteOriginIpv4

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RouteOriginIpv4>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ExtendedCommunity>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, RouteIpv4ExtendedCommunity

    public interface RouteOriginIpv4
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<RouteOriginIpv4>, RouteIpv4ExtendedCommunity

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

     container route-origin-ipv4 {
       uses route-ipv4-extended-community;
     }
     
    The schema path to identify an instance is bgp-types/extended-community/extended-community/route-origin-ipv4-case/route-origin-ipv4

    To create instances of this class use RouteOriginIpv4Builder.

    See Also:
    RouteOriginIpv4Builder
    • Field Detail

      • QNAME

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

      • implementedInterface

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