Values.RelationalDatabaseBundleSourceDescribes a database bundle. A bundle describes the performance specifications of the database.
type nonrec t = {bundleId : String_.t option;The ID for the database bundle.
*)name : String_.t option;The name for the database bundle.
*)price : Float_.t option;The cost of the database bundle in US currency.
*)ramSizeInGb : Float_.t option;The amount of RAM in GB (for example, 2.0) for the database bundle.
*)diskSizeInGb : Integer.t option;The size of the disk for the database bundle.
*)transferPerMonthInGb : Integer.t option;The data transfer rate per month in GB for the database bundle.
*)cpuCount : Integer.t option;The number of virtual CPUs (vCPUs) for the database bundle.
*)isEncrypted : Boolean.t option;A Boolean value indicating whether the database bundle is encrypted.
*)isActive : Boolean.t option;A Boolean value indicating whether the database bundle is active.
*)}