Interface InterTablePoliciesConfig
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
,org.opendaylight.yangtools.binding.BindingObject
,org.opendaylight.yangtools.binding.DataContainer
,org.opendaylight.yangtools.binding.Grouping
@Generated("mdsal-binding-generator")
public interface InterTablePoliciesConfig
extends org.opendaylight.yangtools.binding.Grouping
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; } }
-
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getSrcTable
String getSrcTable()Return srcTable, ornull
if it is not present.The source protocol for the table connection
- Returns:
String
srcTable, ornull
if it is not present.
-
requireSrcTable
Return srcTable, guaranteed to be non-null.The source protocol for the table connection
- Returns:
String
srcTable, guaranteed to be non-null.- Throws:
NoSuchElementException
- if srcTable is not present
-
getDstTable
String getDstTable()Return dstTable, ornull
if it is not present.The destination protocol for the table connection
- Returns:
String
dstTable, ornull
if it is not present.
-
requireDstTable
Return dstTable, guaranteed to be non-null.The destination protocol for the table connection
- Returns:
String
dstTable, guaranteed to be non-null.- Throws:
NoSuchElementException
- if dstTable is not present
-