# File lib/fog/voxel/models/compute/server.rb, line 52
        def state
          @state ||= connection.voxcloud_status(id).body['devices'].first['status']
        end