# File lib/fog/ibm/models/compute/address.rb, line 51
        def ready?
          state == 'Free' || state == 'Released'
        end