InstanceType

enum InstanceType : Enum<InstanceType> , ConvertibleToJava<InstanceType>

Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.

Entries

Link copied to clipboard

Unknown state, likely the result of an error on the backend. This is only used for distinguishing unset values.

Link copied to clipboard

The default database that is provisioned when a project is created.

Link copied to clipboard

A database that the user created.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): InstanceType
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: InstanceType
Link copied to clipboard
Link copied to clipboard