Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.tacacs.server.top.Tacacs
Packages that use Tacacs
Package
Description
-
Uses of Tacacs in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730 that return TacacsModifier and TypeMethodDescriptionAaaTacacsServerTop.getTacacs()Return tacacs, ornullif it is not present.@NonNull TacacsAaaTacacsServerTop.nonnullTacacs()Return tacacs, or an empty instance if it is not present. -
Uses of Tacacs in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top.servers
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top.servers that return TacacsModifier and TypeMethodDescriptionServerBuilder.getTacacs()Return current value associated with the property corresponding toAaaTacacsServerTop.getTacacs().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.server.top.servers with parameters of type TacacsModifier and TypeMethodDescriptionSet the property corresponding toAaaTacacsServerTop.getTacacs()to the specified value. -
Uses of Tacacs in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.tacacs.server.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.tacacs.server.top with type parameters of type TacacsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Tacacs>>
E$$TacacsBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.tacacs.server.top that return TacacsModifier and TypeMethodDescription@NonNull TacacsTacacsBuilder.build()A newTacacsinstance.static @NonNull TacacsTacacsBuilder.empty()Get empty instance of Tacacs.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.tacacs.server.top that return types with arguments of type TacacsMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.tacacs.server.top with parameters of type TacacsModifier and TypeMethodDescriptionstatic booleanTacacs.bindingEquals(@NonNull Tacacs thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intTacacs.bindingHashCode(@NonNull Tacacs obj) Default implementation ofObject.hashCode()contract for this interface.static StringTacacs.bindingToString(@NonNull Tacacs obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.tacacs.server.top with type arguments of type TacacsModifier and TypeMethodDescriptionTacacsBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Tacacs> augmentation) Add an augmentation to this builder's product.TacacsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tacacs>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.aaa.rev200730.aaa.tacacs.server.top with parameters of type TacacsModifierConstructorDescriptionTacacsBuilder(Tacacs base) Construct a builder initialized with state from specifiedTacacs.