Interface TableConfig
- 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 TableConfig
extends org.opendaylight.yangtools.binding.Grouping
Configuration parameters relating to a L2/L2.5/L3 table that exists within the
network instance
This class represents the following YANG schema fragment defined in module openconfig-network-instance
grouping table-config { leaf table-name { type string; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn tableName, ornull
if it is not present.default @NonNull String
Return tableName, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getTableName
String getTableName()Return tableName, ornull
if it is not present.A human-readable name for the table
- Returns:
String
tableName, ornull
if it is not present.
-
requireTableName
Return tableName, guaranteed to be non-null.A human-readable name for the table
- Returns:
String
tableName, guaranteed to be non-null.- Throws:
NoSuchElementException
- if tableName is not present
-