scaleway.serverless_sqldb.v1alpha1.Database
idUUID that uniquely identifies your Serverless SQL DB Database.
nameName of the database.
statusStatus of the Serverless SQL Ddatabase. One of unknown_status | ready | creating | deleting | error | restoring | locked.
endpointEndpoint of the database.
organization_idThe ID of your Scaleway organization.
project_idProject ID the database belongs to.
regionRegion of the database.
created_atCreation date. (RFC 3339 format)
cpu_minThe minimum number of CPU units for your Serverless SQL Database.
cpu_maxThe maximum number of CPU units for your Serverless SQL Database.
cpu_currentThe current number of CPU units allocated to your Serverless SQL Database.
startedWhether your Serverless SQL Database is running or not.
engine_major_versionThe major version of the underlying database engine.
scaleway.serverless_sqldb.v1alpha1.DatabaseBackup
idUUID that uniquely identifies a Serverless SQL Database backup.
statusStatus of the Serverless SQL Database backup. One of unknown_status | error | ready | locked.
organization_idThe ID of your Scaleway organization.
project_idUUID of the Scaleway project.
database_idUUID of the source Serverless SQL Database the backup is created from.
created_atCreation date. (RFC 3339 format)
expires_atExpiration date. (RFC 3339 format)
sizeSize (in bytes) of the database backup file. (in bytes)
db_sizeSize (in bytes) of the database when backup has been done. (in bytes)
download_urlDownload URL of the exported database backup.
download_url_expires_atExpiration date of the download URL. (RFC 3339 format)
regionRegion of the database backup.
scaleway.serverless_sqldb.v1alpha1.ListDatabaseBackupsResponse
List of the backups.
total_countLength of the backups list.