Interface LocalGenericConditions

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    Conditions, GenericConditions

    public interface LocalGenericConditions
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Condition statement definitions for consideration of a local characteristic of route

    This class represents the following YANG schema fragment defined in module openconfig-routing-policy

     grouping local-generic-conditions {
       leaf install-protocol-eq {
         type identityref {
           base install-protocol-type;
         }
       }
     }
     
    The schema path to identify an instance is openconfig-routing-policy/local-generic-conditions
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends LocalGenericConditions> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getInstallProtocolEq

        @Nullable Class<? extends InstallProtocolType> getInstallProtocolEq()
        Condition to check the protocol / method used to install which installed the route into the local routing table
        Returns:
        java.lang.Class installProtocolEq, or null if not present