Interface RedirectIpNhExtendedCommunity

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

    public interface RedirectIpNhExtendedCommunity
    extends org.opendaylight.yangtools.yang.binding.ChildOf<RedirectIpNhExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<RedirectIpNhExtendedCommunity>

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

     container redirect-ip-nh-extended-community {
       leaf next-hop-address {
         type inet:ip-address-no-zone;
       }
       leaf copy {
         type boolean;
       }
     }
     
    The schema path to identify an instance is bgp-flowspec/redirect-ip-nh-extended-community/redirect-ip-nh-extended-community

    To create instances of this class use RedirectIpNhExtendedCommunityBuilder.

    See Also:
    RedirectIpNhExtendedCommunityBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone getNextHopAddress()
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone nextHopAddress, or null if not present
      • isCopy

        @Nullable Boolean isCopy()
        Returns:
        java.lang.Boolean copy, or null if not present