# File lib/fog/cloudstack/models/compute/volume.rb, line 46
        def ready?
          state == 'Allocated' || state == 'Ready'
        end