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
*`auto_scaling_config` - (Required, ForceNew) Auto scaling config parameters.
109
+
*`auto_scaling_config` - (Required) Auto scaling config parameters.
110
110
*`cluster_id` - (Required, ForceNew) ID of the cluster.
111
111
*`max_size` - (Required) Maximum number of node.
112
112
*`min_size` - (Required) Minimum number of node.
@@ -135,17 +135,17 @@ The `auto_scaling_config` object supports the following:
135
135
*`instance_type` - (Required, ForceNew) Specified types of CVM instance.
136
136
*`backup_instance_types` - (Optional) Backup CVM instance types if specified instance type sold out or mismatch.
137
137
*`bandwidth_package_id` - (Optional) bandwidth package id. if user is standard user, then the bandwidth_package_id is needed, or default has bandwidth_package_id.
138
-
*`data_disk` - (Optional, ForceNew) Configurations of data disk.
138
+
*`data_disk` - (Optional) Configurations of data disk.
139
139
*`enhanced_monitor_service` - (Optional, ForceNew) To specify whether to enable cloud monitor service. Default is TRUE.
140
140
*`enhanced_security_service` - (Optional, ForceNew) To specify whether to enable cloud security service. Default is TRUE.
141
-
*`internet_charge_type` - (Optional, ForceNew) Charge types for network traffic. Valid value: `BANDWIDTH_PREPAID`, `TRAFFIC_POSTPAID_BY_HOUR`, `TRAFFIC_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`.
141
+
*`internet_charge_type` - (Optional) Charge types for network traffic. Valid value: `BANDWIDTH_PREPAID`, `TRAFFIC_POSTPAID_BY_HOUR`, `TRAFFIC_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`.
142
142
*`internet_max_bandwidth_out` - (Optional) Max bandwidth of Internet access in Mbps. Default is `0`.
143
143
*`key_ids` - (Optional, ForceNew) ID list of keys.
144
144
*`password` - (Optional, ForceNew) Password to access.
145
-
*`public_ip_assigned` - (Optional, ForceNew) Specify whether to assign an Internet IP address.
146
-
*`security_group_ids` - (Optional, ForceNew) Security groups to which a CVM instance belongs.
147
-
*`system_disk_size` - (Optional, ForceNew) Volume of system disk in GB. Default is `50`.
148
-
*`system_disk_type` - (Optional, ForceNew) Type of a CVM disk. Valid value: `CLOUD_PREMIUM` and `CLOUD_SSD`. Default is `CLOUD_PREMIUM`.
145
+
*`public_ip_assigned` - (Optional) Specify whether to assign an Internet IP address.
146
+
*`security_group_ids` - (Optional) Security groups to which a CVM instance belongs.
147
+
*`system_disk_size` - (Optional) Volume of system disk in GB. Default is `50`.
148
+
*`system_disk_type` - (Optional) Type of a CVM disk. Valid value: `CLOUD_PREMIUM` and `CLOUD_SSD`. Default is `CLOUD_PREMIUM`.
0 commit comments