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