Interface PerRoute

  • All Superinterfaces:
    ApplyLabelMode, org.opendaylight.yangtools.yang.binding.Augmentable<PerRoute>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<ApplyLabel>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface PerRoute
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<PerRoute>, ApplyLabelMode
    The apply-label per-route command enables the one-label-per-route mode. The VPN instance IPv4/IPv6 address family assigns a unique label to each route to be sent to the peer PE.

    This class represents the following YANG schema fragment defined in module l3vpn-instances-interfaces

     case per-route {
       leaf apply-label-per-route {
         type boolean;
         default true;
       }
     }
     
    The schema path to identify an instance is l3vpn-instances-interfaces/vpn-af-config/apply-label/apply-label-mode/per-route
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<PerRoute> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isApplyLabelPerRoute

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