File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/rds_openapi_mcp_server Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -403,11 +403,11 @@ async def create_db_instance(
403
403
region_id (str): Region ID.
404
404
engine (str): Database type (MySQL, SQLServer, PostgreSQL, MariaDB).
405
405
engine_version (str): Database version.
406
- dbinstance_class (str): Instance specification.
406
+ dbinstance_class (str): Instance specification. Query available class_codes by `describe_available_classes`.
407
407
dbinstance_storage (int): Storage space in GB.
408
408
security_ip_list (str): IP whitelist, separated by commas. Default: "127.0.0.1".
409
409
instance_network_type (str, optional): Network type (Classic, VPC). Default: VPC.
410
- zone_id (str, optional): Zone ID.
410
+ zone_id (str, optional): Zone ID. Query available zones by `describe_available_zones`.
411
411
pay_type (str, optional): Payment type (Postpaid, Prepaid). Default: Postpaid.
412
412
instance_charge_type (str, optional): Instance charge type.
413
413
system_db_charset (str, optional): Character set.
You can’t perform that action at this time.
0 commit comments