Method: SDM::NodeMaintenanceWindow#require_idleness

Defined in:
lib/models/porcelain.rb

#require_idlenessObject

Require Idleness defines whether this window can sever live connections. If true, this window will not allow a node to be restarted unless it is serving no connections. If false, given a restart of the node has been requested (for an update, usually), the node will restart as soon as it enters an allowed day / hour combination. At least one maintenance window, out of all configured windows for a node, must have this as false.



6767
6768
6769
# File 'lib/models/porcelain.rb', line 6767

def require_idleness
  @require_idleness
end