# File lib/fog/ovirt/models/compute/server.rb, line 39
def
stopped?
!
!
(
status
=~
/down/i
)
end