Interface SubinterfacesState
- 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
,InterfaceCommonState
,InterfaceCountersState
- All Known Subinterfaces:
State
@Generated("mdsal-binding-generator")
public interface SubinterfacesState
extends org.opendaylight.yangtools.yang.binding.DataObject, InterfaceCommonState, InterfaceCountersState
Operational state data for subinterfaces
This class represents the following YANG schema fragment defined in module openconfig-interfaces
grouping subinterfaces-state { uses interface-common-state; uses interface-counters-state; }
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.InterfaceCommonState
InterfaceCommonState.AdminStatus, InterfaceCommonState.OperStatus
-
Field Summary
Modifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QName
YANG identifier of the statement represented by this class. -
Method Summary
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.InterfaceCommonState
getAdminStatus, getIfindex, getLastChange, getOperStatus, requireAdminStatus, requireIfindex, requireLastChange, requireOperStatus
Methods inherited from interface org.opendaylight.yang.gen.v1.http.openconfig.net.yang.interfaces.rev160412.InterfaceCountersState
getCounters, nonnullCounters
-
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 SubinterfacesState> implementedInterface()- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.DataContainer>
- Specified by:
implementedInterface
in interfaceorg.opendaylight.yangtools.yang.binding.DataObject
- Specified by:
implementedInterface
in interfaceInterfaceCommonState
- Specified by:
implementedInterface
in interfaceInterfaceCountersState
-