Interface AaaServergroupCommonConfig
- 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
@Generated("mdsal-binding-generator")
public interface AaaServergroupCommonConfig
extends org.opendaylight.yangtools.yang.binding.DataObject
Configuration data for AAA server groups
This class represents the following YANG schema fragment defined in module openconfig-aaa
grouping aaa-servergroup-common-config {
leaf name {
type string;
}
leaf type {
type identityref {
base AAA_SERVER_TYPE;
}
}
}
-
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 TypeMethodDescriptiongetName()Return name, ornullif it is not present.getType()Return type, ornullif it is not present.Class<? extends AaaServergroupCommonConfig>default @NonNull StringReturn name, guaranteed to be non-null.default @NonNull AAASERVERTYPEReturn type, guaranteed to be non-null.
-
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 AaaServergroupCommonConfig> 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
-
getName
String getName()Return name, ornullif it is not present.Name for the server group- Returns:
Stringname, ornullif it is not present.
-
requireName
Return name, guaranteed to be non-null.Name for the server group- Returns:
Stringname, guaranteed to be non-null.- Throws:
NoSuchElementException- if name is not present
-
getType
AAASERVERTYPE getType()Return type, ornullif it is not present.AAA server type -- all servers in the group must be of this type- Returns:
AAASERVERTYPEtype, ornullif it is not present.
-
requireType
Return type, guaranteed to be non-null.AAA server type -- all servers in the group must be of this type- Returns:
AAASERVERTYPEtype, guaranteed to be non-null.- Throws:
NoSuchElementException- if type is not present
-