# File lib/fog/ibm/requests/compute/get_instance.rb, line 69 def instance_active?(instance_id) self.data[:instances][instance_id]["status"] == 5 end