Interface OpenflowConnectionsState
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>,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 Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Modifier and TypeMethodDescriptionReturn connected, ornullif it is not present.Class<? extends OpenflowConnectionsState>default @NonNull BooleanReturn connected, guaranteed to be non-null.
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-
-
Method Details
-
implementedInterface
Class<? extends OpenflowConnectionsState> implementedInterface()- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getConnected
Boolean getConnected()Return connected, ornullif it is not present.When set to true, indicates the connection between the switch and controller is established.- Returns:
Booleanconnected, ornullif it is not present.
-
requireConnected
Return connected, guaranteed to be non-null.When set to true, indicates the connection between the switch and controller is established.- Returns:
Booleanconnected, guaranteed to be non-null.- Throws:
NoSuchElementException- if connected is not present
-