Interface AaaRadiusServerState
- 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 AaaRadiusServerState
extends org.opendaylight.yangtools.yang.binding.DataObject
Operational state data for a RADIUS server
This class represents the following YANG schema fragment defined in module openconfig-aaa
grouping aaa-radius-server-state {
container counters {
leaf retried-access-requests {
type oc-yang:counter64;
}
leaf access-accepts {
type oc-yang:counter64;
}
leaf access-rejects {
type oc-yang:counter64;
}
leaf timeout-access-requests {
type oc-yang:counter64;
}
}
}
-
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 counters, ornullif it is not present.Class<? extends AaaRadiusServerState>@NonNull CountersReturn counters, or an empty instance if it is not present.
-
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 AaaRadiusServerState> 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
-
getCounters
Counters getCounters()Return counters, ornullif it is not present.A collection of RADIUS related state objects.- Returns:
Counterscounters, ornullif it is not present.
-
nonnullCounters
@NonNull Counters nonnullCounters()Return counters, or an empty instance if it is not present.- Returns:
Counterscounters, or an empty instance if it is not present.
-