Class SqlDatabaseSystemSpec (3.19.0)

SqlDatabaseSystemSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Specification that applies to entries that are part SQL_DATABASE system (user_specified_type)

Attributes

NameDescription
sql_engine str
SQL Database Engine. enum SqlEngine { UNDEFINED = 0; MY_SQL = 1; POSTGRE_SQL = 2; SQL_SERVER = 3; } Engine of the enclosing database instance.
database_version str
Version of the database engine.
instance_host str
Host of the SQL database enum InstanceHost { UNDEFINED = 0; SELF_HOSTED = 1; CLOUD_SQL = 2; AMAZON_RDS = 3; AZURE_SQL = 4; } Host of the enclousing database instance.