Interface InterTablePoliciesConfig
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
,org.opendaylight.yangtools.yang.binding.BindingObject
,org.opendaylight.yangtools.yang.binding.DataContainer
,org.opendaylight.yangtools.yang.binding.DataObject
@Generated("mdsal-binding-generator")
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; } }
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn dstTable, ornull
if it is not present.Return srcTable, ornull
if it is not present.Class<? extends InterTablePoliciesConfig>
default @NonNull String
Return dstTable, guaranteed to be non-null.default @NonNull String
Return srcTable, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends InterTablePoliciesConfig> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
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
-