Interface ServiceModeEgress

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

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

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

     identity service-mode-egress {
       base service-mode-base;
     }
     
    The schema path to identify an instance is interface-service-bindings/service-mode-egress
    • 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