class Fog::Google::SQL::BackupRun

A database instance backup run resource

@see cloud.google.com/sql/docs/mysql/admin-api/v1beta4/backupRuns

Constants

READY_STATUS

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 31
def ready?
  status == READY_STATUS
end