You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`device_type` - (Optional, String) Specify device type, available values:
148
+
- `UNIVERSAL` (default): universal instance,
149
+
- `EXCLUSIVE`: exclusive instance,
150
+
- `BASIC_V2`: ONTKE single-node instance,
151
+
- `CLOUD_NATIVE_CLUSTER`: cluster version standard type,
152
+
- `CLOUD_NATIVE_CLUSTER_EXCLUSIVE`: cluster version enhanced type.
153
+
If it is not specified, it defaults to a universal instance.
147
154
*`engine_type` - (Optional, String) Instance engine type. The default value is `InnoDB`. Supported values include `InnoDB` and `RocksDB`.
148
155
*`engine_version` - (Optional, String) The version number of the database engine to use. Supported versions include 5.5/5.6/5.7/8.0, and default is 5.7. Upgrade the instance engine version to support 5.6/5.7 and switch immediately.
149
156
*`fast_upgrade` - (Optional, Int) Specify whether to enable fast upgrade when upgrade instance spec, available value: `1` - enabled, `0` - disabled.
*`device_type` - (Optional, String) Specify device type, available values:
96
+
- `UNIVERSAL` (default): universal instance,
97
+
- `EXCLUSIVE`: exclusive instance,
98
+
- `BASIC_V2`: ONTKE single-node instance,
99
+
- `CLOUD_NATIVE_CLUSTER`: cluster version standard type,
100
+
- `CLOUD_NATIVE_CLUSTER_EXCLUSIVE`: cluster version enhanced type.
101
+
If it is not specified, it defaults to a universal instance.
96
102
*`fast_upgrade` - (Optional, Int) Specify whether to enable fast upgrade when upgrade instance spec, available value: `1` - enabled, `0` - disabled.
97
103
*`force_delete` - (Optional, Bool) Indicate whether to delete instance directly or not. Default is `false`. If set true, the instance will be deleted instead of staying recycle bin. Note: only works for `PREPAID` instance. When the main mysql instance set true, this para of the readonly mysql instance will not take effect.
98
104
*`intranet_port` - (Optional, Int) Public access port. Valid value ranges: [1024~65535]. The default value is `3306`.
0 commit comments