Interface AaaServergroupCommonTop
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
Aaa
@Generated("mdsal-binding-generator") public interface AaaServergroupCommonTop extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level grouping for AAA server groupsThis class represents the following YANG schema fragment defined in module openconfig-aaa
grouping aaa-servergroup-common-top { container server-groups { list server-group { key name; leaf name { type leafref { path ../config/name; } } container config { uses aaa-servergroup-common-config; } container state { config false; uses aaa-servergroup-common-config; uses aaa-servergroup-common-state; } uses aaa-server-top; } } }The schema path to identify an instance is openconfig-aaaaaa-servergroup-common-top
-
-
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 ServerGroupsgetServerGroups()Return serverGroups, ornullif it is not present.Class<? extends AaaServergroupCommonTop>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends AaaServergroupCommonTop> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getServerGroups
ServerGroups getServerGroups()
Return serverGroups, ornullif it is not present.Enclosing container for AAA server groups- Returns:
ServerGroupsserverGroups, ornullif it is not present.
-
-