Interface AaaServergroupCommonTop
- 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:
Aaa
@Generated("mdsal-binding-generator")
public interface AaaServergroupCommonTop
extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level grouping for AAA server groups
This 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;
}
}
}
-
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 serverGroups, ornullif it is not present.Class<? extends AaaServergroupCommonTop>@NonNull ServerGroupsReturn serverGroups, 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 AaaServergroupCommonTop> 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
-
getServerGroups
ServerGroups getServerGroups()Return serverGroups, ornullif it is not present.Enclosing container for AAA server groups- Returns:
ServerGroupsserverGroups, ornullif it is not present.
-
nonnullServerGroups
@NonNull ServerGroups nonnullServerGroups()Return serverGroups, or an empty instance if it is not present.- Returns:
ServerGroupsserverGroups, or an empty instance if it is not present.
-