ncloud_change_mysql_spec
Change the CPU and memory specifications of a Cloud DB for MySQL instance by providing the instance number and target product code, with optional rolling upgrade to minimize downtime.
Instructions
Change the server spec (CPU/Memory) of a Cloud DB for MySQL instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| isRolling | No | Rolling upgrade (default: false). true: sequential upgrade with minimal downtime (G3 only). false: all servers stop simultaneously. | |
| regionCode | No | Region code (default: first region) | |
| cloudMysqlInstanceNo | Yes | Cloud MySQL instance number (getCloudMysqlInstanceList) | |
| cloudMysqlProductCode | Yes | New MySQL server product (spec) code (getCloudMysqlProductList) |