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

    @Generated("mdsal-binding-generator")
    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-policylocal-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

        Class<? extends InstallProtocolType> getInstallProtocolEq()
        Return installProtocolEq, or null if it is not present.
             
                 Condition to check the protocol / method used to install which installed the
                 route into the local routing table
             
         
        Returns:
        Class<? extends InstallProtocolType> installProtocolEq, or null if it is not present.
      • requireInstallProtocolEq

        default @NonNull Class<? extends InstallProtocolType> requireInstallProtocolEq()
        Return installProtocolEq, guaranteed to be non-null.
             
                 Condition to check the protocol / method used to install which installed the
                 route into the local routing table
             
         
        Returns:
        Class<? extends InstallProtocolType> installProtocolEq, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if installProtocolEq is not present