type property

String? type
getter/setter pair

The database instance type.

On creation only USER_DATABASE is allowed, which is also the default when omitted. Possible string values are:

  • "DATABASE_INSTANCE_TYPE_UNSPECIFIED" : Unknown state, likely the result of an error on the backend. This is only used for distinguishing unset values.
  • "DEFAULT_DATABASE" : The default database that is provisioned when a project is created.
  • "USER_DATABASE" : A database that the user created.

Implementation

core.String? type;