Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 2.52 KB

CloudServiceConfiguration.md

File metadata and controls

26 lines (22 loc) · 2.52 KB

beget_openapi_cloud.model.cloud_service_configuration.CloudServiceConfiguration

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict,

Dictionary Keys

Key Input Type Accessed Type Description Notes
id 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
region str, str, [optional]
type str, str, [optional] must be one of ["MYSQL5", "MYSQL8", "MYSQL84", "POSTGRESQL14", "POSTGRESQL15", "S_3", "POSTGRESQL164", ]
mysql5 MysqlMysql5Configuration MysqlMysql5Configuration [optional]
mysql8 MysqlMysql8Configuration MysqlMysql8Configuration [optional]
mysql84 MysqlMysql84Configuration MysqlMysql84Configuration [optional]
postgresql15 PostgresqlPostgresql15Configuration PostgresqlPostgresql15Configuration [optional]
postgresql14 PostgresqlPostgresql14Configuration PostgresqlPostgresql14Configuration [optional]
postgresql164 PostgresqlPostgresql164Configuration PostgresqlPostgresql164Configuration [optional]
s3 S3S3Configuration S3S3Configuration [optional]
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]

[Back to Model list] [Back to API list] [Back to README]