Interface InterTablePoliciesConfig

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

    public interface InterTablePoliciesConfig
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Configuration entries that relate to how RIB or FIB entries are propagated between tables within the same network instance

    This class represents the following YANG schema fragment defined in module openconfig-network-instance

     grouping inter-table-policies-config {
       leaf src-table {
         type string;
       }
       leaf dst-table {
         type string;
       }
     }
     
    The schema path to identify an instance is openconfig-network-instance/inter-table-policies-config
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable String getSrcTable()
        The source protocol for the table connection
        Returns:
        java.lang.String srcTable, or null if not present
      • getDstTable

        @Nullable String getDstTable()
        The destination protocol for the table connection
        Returns:
        java.lang.String dstTable, or null if not present