RelationalDatabaseBlueprint
Describes a database image, or blueprint. A blueprint describes the major engine version of a database.
Types
Properties
Link copied to clipboard
The ID for the database blueprint.
Link copied to clipboard
The database software of the database blueprint (for example, MySQL
).
Link copied to clipboard
The description of the database engine for the database blueprint.
Link copied to clipboard
The database engine version for the database blueprint (for example, 5.7.23
).
Link copied to clipboard
The description of the database engine version for the database blueprint.
Link copied to clipboard
A Boolean value indicating whether the engine version is the default for the database blueprint.
Functions
Link copied to clipboard
inline fun copy(block: RelationalDatabaseBlueprint.Builder.() -> Unit = {}): RelationalDatabaseBlueprint