Interface OpenflowConnectionsState

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    State

    @Generated("mdsal-binding-generator")
    public interface OpenflowConnectionsState
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Operational state data for OpenFlow controller connections

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

     grouping openflow-connections-state {
       leaf connected {
         type boolean;
       }
     }
     
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
        YANG identifier of the statement represented by this class.
    • Method Detail

      • implementedInterface

        Class<? extends OpenflowConnectionsState> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getConnected

        Boolean getConnected()
        Return connected, or null if it is not present.
             
                 When set to true, indicates the connection between the switch and controller is
                 established.
             
         
        Returns:
        Boolean connected, or null if it is not present.
      • requireConnected

        default @NonNull Boolean requireConnected()
        Return connected, guaranteed to be non-null.
             
                 When set to true, indicates the connection between the switch and controller is
                 established.
             
         
        Returns:
        Boolean connected, guaranteed to be non-null.
        Throws:
        NoSuchElementException - if connected is not present