Interface InstanceConnectionPointConfig
- 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 InstanceConnectionPointConfig
extends org.opendaylight.yangtools.binding.Grouping
Configuration data relating to a forwarding-instance connection point
This class represents the following YANG schema fragment defined in module openconfig-network-instance
grouping instance-connection-point-config { leaf connection-point-id { type string; } }
-
Method Summary
Modifier and TypeMethodDescriptionReturn connectionPointId, ornull
if it is not present.default @NonNull String
Return connectionPointId, guaranteed to be non-null.Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Method Details
-
getConnectionPointId
String getConnectionPointId()Return connectionPointId, ornull
if it is not present.An identifier for a connection point
- Returns:
String
connectionPointId, ornull
if it is not present.
-
requireConnectionPointId
Return connectionPointId, guaranteed to be non-null.An identifier for a connection point
- Returns:
String
connectionPointId, guaranteed to be non-null.- Throws:
NoSuchElementException
- if connectionPointId is not present
-