Interface ServiceModeIngress

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BaseIdentity, ServiceModeBase

    @Generated("mdsal-binding-generator")
    public interface ServiceModeIngress
    extends ServiceModeBase
    Service mode for ingress binding services. Ingress binding services get applied to all packets ingressing the switch. e.g. egress ACLs applied to VM ports are considered ingress service for the switch

    This class represents the following YANG schema fragment defined in module interface-service-bindings

     identity service-mode-ingress {
       base service-mode-base;
     }
     
    The schema path to identify an instance is interface-service-bindings/service-mode-ingress
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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