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:
State

@Generated("mdsal-binding-generator") public interface InstanceEndpointState extends org.opendaylight.yangtools.binding.Grouping
Operational state data relating to a forwarding-instance endpoint

This class represents the following YANG schema fragment defined in module openconfig-network-instance

 grouping instance-endpoint-state {
   leaf active {
     type boolean;
   }
 }
 
  • Method Summary

    Modifier and Type
    Method
    Description
    Return active, or null if it is not present.
    default @NonNull Boolean
    Return active, guaranteed to be non-null.

    Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract

    implementedInterface
  • Method Details

    • getActive

      Boolean getActive()
      Return active, or null if it is not present.
           
               When the backup endpoint is active, the value of this parameter is set to true
           
       
      Returns:
      Boolean active, or null if it is not present.
    • requireActive

      default @NonNull Boolean requireActive()
      Return active, guaranteed to be non-null.
           
               When the backup endpoint is active, the value of this parameter is set to true
           
       
      Returns:
      Boolean active, guaranteed to be non-null.
      Throws:
      NoSuchElementException - if active is not present