GetMariaDbServerStorageProfile

data class GetMariaDbServerStorageProfile(val autoGrow: String, val backupRetentionDays: Int, val geoRedundantBackup: String, val storageMb: Int)

Constructors

Link copied to clipboard
constructor(autoGrow: String, backupRetentionDays: Int, geoRedundantBackup: String, storageMb: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether autogrow is enabled or disabled for the storage.

Link copied to clipboard

Backup retention days for the server.

Link copied to clipboard

Whether Geo-redundant is enabled or not for server backup.

Link copied to clipboard

The max storage allowed for a server.