Package-level declarations

Types

Link copied to clipboard
enum DatabaseCreateMode : Enum<DatabaseCreateMode> , ConvertibleToJava<DatabaseCreateMode>

Create mode. Available options: Default - Create a database. Copy - Copy the source database (source database name must be specified) PointInTimeRestore - Create a database by restoring source database from a point in time (source database name and restore from time must be specified)

Link copied to clipboard
enum IdentityType : Enum<IdentityType> , ConvertibleToJava<IdentityType>

Identity type of the main principal.

Link copied to clipboard
enum PrincipalType : Enum<PrincipalType> , ConvertibleToJava<PrincipalType>

Principal type of the main principal.

Link copied to clipboard
enum ZoneRedundancy : Enum<ZoneRedundancy> , ConvertibleToJava<ZoneRedundancy>

Enable zone redundancy for all databases in this tier.