class Fog::Google::SQL::BackupRun
A database instance backup run resource
@see developers.google.com/cloud-sql/docs/admin-api/v1beta3/backupRuns
Constants
- DONE_STATE
Public Instance Methods
ready?()
click to toggle source
Checks if the instance backup run is done
@return [Boolean] True if the backup run is done; False otherwise
# File lib/fog/google/models/sql/backup_run.rb, line 28 def ready? self.state == DONE_STATE end