Interface AaaRadiusServerState
-
- 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 AaaRadiusServerState extends org.opendaylight.yangtools.yang.binding.DataObject
Operational state data for a RADIUS serverThis 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; } } }The schema path to identify an instance is openconfig-aaaaaa-radius-server-state
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CountersgetCounters()Return counters, ornullif it is not present.Class<? extends AaaRadiusServerState>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends AaaRadiusServerState> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.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.
-
-