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
returnWrapErrorf(fmt.Errorf("failed to get current version, cluster info: %v", object), DefaultErrorMsg, d.Id(), "GetClusterInfo", AlibabaCloudSdkGoERROR)
643
+
}
644
+
log.Printf("[DEBUG] Current VersionCode: %s", versionCode)
@@ -69,25 +70,26 @@ The following arguments are supported:
69
70
*`cluster_alias_name` - (Optional, Computed) The alias of MSE Cluster.
70
71
*`cluster_specification` - (Required) The engine specification of MSE Cluster. **NOTE:** From version 1.188.0, `cluster_specification` can be modified. If you were an international user, please use the specification version ending with `_200_c`.Valid values:
71
72
- Professional Edition
72
-
-`MSE_SC_1_2_60_c`: 1C2G
73
-
-`MSE_SC_2_4_60_c`: 2C4G
74
-
-`MSE_SC_4_8_60_c`: 4C8G
75
-
-`MSE_SC_8_16_60_c`: 8C16G
76
-
-`MSE_SC_16_32_60_c`:16C32G
77
-
-`MSE_SC_1_2_200_c`: 1C2G
78
-
-`MSE_SC_2_4_200_c`: 2C4G
79
-
-`MSE_SC_4_8_200_c`: 4C8G
80
-
-`MSE_SC_8_16_200_c`: 8C16G
81
-
-`MSE_SC_16_32_200_c`:16C32G
73
+
-`MSE_SC_1_2_60_c`: 1C2G
74
+
-`MSE_SC_2_4_60_c`: 2C4G
75
+
-`MSE_SC_4_8_60_c`: 4C8G
76
+
-`MSE_SC_8_16_60_c`: 8C16G
77
+
-`MSE_SC_16_32_60_c`:16C32G
78
+
-`MSE_SC_1_2_200_c`: 1C2G
79
+
-`MSE_SC_2_4_200_c`: 2C4G
80
+
-`MSE_SC_4_8_200_c`: 4C8G
81
+
-`MSE_SC_8_16_200_c`: 8C16G
82
+
-`MSE_SC_16_32_200_c`:16C32G
82
83
- Developer Edition
83
-
-`MSE_SC_1_2_60_c`: 1C2G
84
-
-`MSE_SC_2_4_60_c`: 2C4G
85
-
-`MSE_SC_1_2_200_c`: 1C2G
86
-
-`MSE_SC_2_4_200_c`: 2C4G
84
+
-`MSE_SC_1_2_60_c`: 1C2G
85
+
-`MSE_SC_2_4_60_c`: 2C4G
86
+
-`MSE_SC_1_2_200_c`: 1C2G
87
+
-`MSE_SC_2_4_200_c`: 2C4G
87
88
- Serverless Edition
88
89
-`MSE_SC_SERVERLESS`: Available since v1.232.0
89
-
*`cluster_type` - (Required, ForceNew) The type of MSE Cluster.
90
+
*`cluster_type` - (Required, ForceNew) The type of MSE Cluster.
90
91
*`cluster_version` - (Required, ForceNew) The version of MSE Cluster. See [details](https://www.alibabacloud.com/help/en/mse/developer-reference/api-mse-2019-05-31-createcluster)
92
+
*`version_code` - (Optional) The version code of MSE Cluster. You can keep the instance version up to date by setting the value to `LATEST` (Available since v1.257.0).
91
93
*`disk_type` - (Optional) The type of Disk.
92
94
*`instance_count` - (Required) The count of instance. **NOTE:** From version 1.188.0, `instance_count` can be modified.
93
95
*`net_type` - (Required, ForceNew) The type of network. Valid values: `privatenet` and `pubnet` and `both`(Available since v1.232.0).
@@ -99,7 +101,7 @@ The following arguments are supported:
99
101
*`pub_slb_specification` - (Optional) The specification of public network SLB. Serverless Instance could ignore this parameter.
100
102
*`vswitch_id` - (Optional) The id of VSwitch.
101
103
*`mse_version` - (Optional, ForceNew, Computed, Available since v1.177.0) The version of MSE. Valid values: `mse_dev` or `mse_pro` or `mse_serverless`(Available since v1.232.0).
102
-
*`connection_type` - (Optional, ForceNew, Available since v1.183.0) The connection type. Valid values: `slb`,`single_eni`(Available since v1.232.0). If your region is one of `ap-southeast-6、us-west-1、eu-central-1、us-east-1、ap-southeast-1`,and your cluster's mse_version is `mse_dev`,please use `single_eni`.
104
+
*`connection_type` - (Optional, ForceNew, Available since v1.183.0) The connection type. Valid values: `slb`,`single_eni`(Available since v1.232.0). If your region is one of `ap-southeast-6、us-west-1、eu-central-1、us-east-1、ap-southeast-1`,and your cluster's mse_version is `mse_dev`,please use `single_eni`.
103
105
*`request_pars` - (Optional, Available since v1.183.0) The extended request parameters in the JSON format.
104
106
*`vpc_id` - (Optional, Available since v1.185.0) The id of the VPC.
0 commit comments