Record Class IdACommandMaintenanceModeSet

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.IdACommandMaintenanceModeSet
Record Components:
message - The message
All Implemented Interfaces:
com.io7m.hibiscus.api.HBCommandType, com.io7m.hibiscus.api.HBMessageType, IdACommandType<IdAResponseMaintenanceModeSet>, IdAMessageType, IdProtocolMessageType

public record IdACommandMaintenanceModeSet(Optional<String> message) extends Record implements IdACommandType<IdAResponseMaintenanceModeSet>
Move the server to/from maintenance mode. If a message is specified, the server is moved into maintenance mode. If no message is specified, the server is moved out of maintenance mode.