Uses of Enum Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.SystemSshServerConfig.ProtocolVersion
Packages that use SystemSshServerConfig.ProtocolVersion
Package
Description
-
Uses of SystemSshServerConfig.ProtocolVersion 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 SystemSshServerConfig.ProtocolVersionModifier and TypeMethodDescriptionstatic @Nullable SystemSshServerConfig.ProtocolVersionReturn the enumeration member whosegetName()matches specified assigned name.static @Nullable SystemSshServerConfig.ProtocolVersionSystemSshServerConfig.ProtocolVersion.forValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.SystemSshServerConfig.getProtocolVersion()Return protocolVersion, ornullif it is not present.static @NonNull SystemSshServerConfig.ProtocolVersionReturn the enumeration member whosegetName()matches specified assigned name.static @NonNull SystemSshServerConfig.ProtocolVersionSystemSshServerConfig.ProtocolVersion.ofValue(int intValue) Return the enumeration member whosegetIntValue()matches specified value.default @NonNull SystemSshServerConfig.ProtocolVersionSystemSshServerConfig.requireProtocolVersion()Return protocolVersion, guaranteed to be non-null.Returns the enum constant of this class with the specified name.SystemSshServerConfig.ProtocolVersion.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SystemSshServerConfig.ProtocolVersion in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top.ssh.server
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top.ssh.server that return SystemSshServerConfig.ProtocolVersionModifier and TypeMethodDescriptionConfigBuilder.getProtocolVersion()Return current value associated with the property corresponding toSystemSshServerConfig.getProtocolVersion().StateBuilder.getProtocolVersion()Return current value associated with the property corresponding toSystemSshServerConfig.getProtocolVersion().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.system.ssh.server.top.ssh.server with parameters of type SystemSshServerConfig.ProtocolVersionModifier and TypeMethodDescriptionConfigBuilder.setProtocolVersion(SystemSshServerConfig.ProtocolVersion value) Set the property corresponding toSystemSshServerConfig.getProtocolVersion()to the specified value.StateBuilder.setProtocolVersion(SystemSshServerConfig.ProtocolVersion value) Set the property corresponding toSystemSshServerConfig.getProtocolVersion()to the specified value.