Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top.SshServer
-
-
Uses of SshServer in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top that return SshServer Modifier and Type Method Description SshServerSystemBuilder. getSshServer()Return current value associated with the property corresponding toSystemSshServerTop.getSshServer().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with parameters of type SshServer Modifier and Type Method Description SystemBuilderSystemBuilder. setSshServer(SshServer value)Set the property corresponding toSystemSshServerTop.getSshServer()to the specified value. -
Uses of SshServer in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121 that return SshServer Modifier and Type Method Description SshServerSystemSshServerTop. getSshServer()Return sshServer, ornullif it is not present. -
Uses of SshServer in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top with type parameters of type SshServer Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<SshServer>>
E$$SshServerBuilder. 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.system.terminal.rev181121.system.ssh.server.top that return SshServer Modifier and Type Method Description @NonNull SshServerSshServerBuilder. build()A newSshServerinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top that return types with arguments of type SshServer Modifier and Type Method Description default Class<SshServer>SshServer. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top with parameters of type SshServer Modifier and Type Method Description static booleanSshServer. bindingEquals(@NonNull SshServer thisObj, Object obj)Default implementation ofObject.equals(Object)contract for this interface.static intSshServer. bindingHashCode(@NonNull SshServer obj)Default implementation ofObject.hashCode()contract for this interface.static StringSshServer. bindingToString(@NonNull SshServer obj)Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top with type arguments of type SshServer Modifier and Type Method Description SshServerBuilderSshServerBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<SshServer> augmentation)Add an augmentation to this builder's product.SshServerBuilderSshServerBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<SshServer>> augmentationType)Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top with parameters of type SshServer Constructor Description SshServerBuilder(SshServer base)Construct a builder initialized with state from specifiedSshServer.
-