Input Type | Accessed Type | Description | Notes |
---|---|---|---|
dict, frozendict.frozendict, | frozendict.frozendict, |
Key | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
id | str, | str, | [optional] | |
configuration_id | str, | str, | [optional] | |
display_name | str, | str, | [optional] | |
description | str, | str, | [optional] | |
status | str, | str, | [optional] must be one of ["CREATING", "RUNNING", "RESTARTING", "STOPPED", "RECONFIGURING", ] | |
created_at | str, | str, | [optional] | |
price_day | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 64 bit float | |
price_month | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 64 bit float | |
mysql5 | MysqlMysql5 | MysqlMysql5 | [optional] | |
mysql8 | MysqlMysql8 | MysqlMysql8 | [optional] | |
mysql84 | MysqlMysql84 | MysqlMysql84 | [optional] | |
postgresql15 | PostgresqlPostgresql15 | PostgresqlPostgresql15 | [optional] | |
postgresql14 | PostgresqlPostgresql14 | PostgresqlPostgresql14 | [optional] | |
postgresql164 | PostgresqlPostgresql164 | PostgresqlPostgresql164 | [optional] | |
s3 | S3S3 | S3S3 | [optional] | |
manage_enabled | bool, | BoolClass, | [optional] | |
slug | str, | str, | [optional] | |
monitorable_resources | list, tuple, | tuple, | [optional] | |
unblocking | bool, | BoolClass, | [optional] | |
migrating | bool, | BoolClass, | [optional] | |
region | str, | str, | [optional] | |
type | str, | str, | [optional] must be one of ["MYSQL5", "MYSQL8", "MYSQL84", "POSTGRESQL14", "POSTGRESQL15", "S_3", "POSTGRESQL164", ] | |
any_string_name | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |
Input Type | Accessed Type | Description | Notes |
---|---|---|---|
list, tuple, | tuple, |
Class Name | Input Type | Accessed Type | Description | Notes |
---|---|---|---|---|
items | str, | str, |