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
All Known Subinterfaces:
Config, State

@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 Type
    Method
    Description
    Return connectionPointId, or null 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, or null if it is not present.
           
               An identifier for a connection point
           
       
      Returns:
      String connectionPointId, or null if it is not present.
    • requireConnectionPointId

      default @NonNull String 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