Interface RouterType
- All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>,org.opendaylight.yangtools.binding.ChoiceIn<OspfNodeAttributes>,org.opendaylight.yangtools.binding.DataContainer
- All Known Subinterfaces:
Abr,Asbr,Internal,Pseudonode
@Generated("mdsal-binding-generator")
public interface RouterType
extends org.opendaylight.yangtools.binding.ChoiceIn<OspfNodeAttributes>
This class represents the following YANG schema fragment defined in module ospf-topology
choice router-type {
case abr {
leaf abr {
type empty;
}
}
case asbr {
leaf asbr {
type empty;
}
}
case internal {
leaf internal {
type empty;
}
}
case pseudonode {
leaf pseudonode {
type empty;
}
}
}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NonNull org.opendaylight.yangtools.yang.common.QNameYANG identifier of the statement represented by this class. -
Method Summary
Methods inherited from interface org.opendaylight.yangtools.binding.BindingContract
implementedInterface
-
Field Details
-
QNAME
static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAMEYANG identifier of the statement represented by this class.
-