Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.server.groups.ServerGroupKey
Packages that use ServerGroupKey
Package
Description
-
Uses of ServerGroupKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top that return types with arguments of type ServerGroupKeyModifier and TypeMethodDescription@Nullable Map<ServerGroupKey,ServerGroup> ServerGroups.getServerGroup()Return serverGroup, ornullif it is not present.ServerGroupsBuilder.getServerGroup()Return current value associated with the property corresponding toServerGroups.getServerGroup().default @NonNull Map<ServerGroupKey,ServerGroup> ServerGroups.nonnullServerGroup()Return serverGroup, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top with type arguments of type ServerGroupKeyModifier and TypeMethodDescriptionServerGroupsBuilder.setServerGroup(Map<ServerGroupKey, ServerGroup> values) Set the property corresponding toServerGroups.getServerGroup()to the specified value. -
Uses of ServerGroupKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.server.groups
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.server.groups that return ServerGroupKeyModifier and TypeMethodDescriptionServerGroup.key()ServerGroupBuilder.key()Return current value associated with the property corresponding toServerGroup.key().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.server.groups with parameters of type ServerGroupKeyModifier and TypeMethodDescriptionServerGroupBuilder.withKey(ServerGroupKey key) Set the key value corresponding toServerGroup.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.servergroup.common.top.server.groups with parameters of type ServerGroupKeyModifierConstructorDescriptionServerGroupKey(ServerGroupKey source) Creates a copy from Source Object.