ncloud_change_mysql_spec
Resize the CPU and memory of a Cloud DB for MySQL instance. Use a rolling upgrade to minimize downtime during the change.
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) |