Interface RedirectIpv4

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

    public interface RedirectIpv4
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RedirectIpv4ExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<RedirectIpv4>, RouteIpv4ExtendedCommunity

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

     container redirect-ipv4 {
       uses bgp-t:route-ipv4-extended-community;
     }
     
    The schema path to identify an instance is bgp-flowspec/redirect-ipv4-extended-community/redirect-ipv4

    To create instances of this class use RedirectIpv4Builder.

    See Also:
    RedirectIpv4Builder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<RedirectIpv4> 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