Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121.SystemSshServerConfig.ProtocolVersion
-
-
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.ProtocolVersion Modifier and Type Method Description static SystemSshServerConfig.ProtocolVersionSystemSshServerConfig.ProtocolVersion. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.SystemSshServerConfig.ProtocolVersionSystemSshServerConfig. getProtocolVersion()Return protocolVersion, ornullif it is not present.default @NonNull SystemSshServerConfig.ProtocolVersionSystemSshServerConfig. requireProtocolVersion()Return protocolVersion, guaranteed to be non-null.static SystemSshServerConfig.ProtocolVersionSystemSshServerConfig.ProtocolVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemSshServerConfig.ProtocolVersion[]SystemSshServerConfig.ProtocolVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.terminal.rev181121 that return types with arguments of type SystemSshServerConfig.ProtocolVersion Modifier and Type Method Description static Optional<SystemSshServerConfig.ProtocolVersion>SystemSshServerConfig.ProtocolVersion. forName(String name)Return the enumeration member whosegetName()matches specified value. -
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.ProtocolVersion Modifier and Type Method Description SystemSshServerConfig.ProtocolVersionConfigBuilder. getProtocolVersion()SystemSshServerConfig.ProtocolVersionStateBuilder. 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.ProtocolVersion Modifier and Type Method Description ConfigBuilderConfigBuilder. setProtocolVersion(SystemSshServerConfig.ProtocolVersion value)StateBuilderStateBuilder. setProtocolVersion(SystemSshServerConfig.ProtocolVersion value)
-