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
Copy file name to clipboardExpand all lines: website/docs/r/kubernetes_node_pool.html.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -201,9 +201,9 @@ The `auto_scaling_config` object supports the following:
201
201
*`internet_charge_type` - (Optional, String) Charge types for network traffic. Valid value: `BANDWIDTH_PREPAID`, `TRAFFIC_POSTPAID_BY_HOUR`, `TRAFFIC_POSTPAID_BY_HOUR` and `BANDWIDTH_PACKAGE`.
202
202
*`internet_max_bandwidth_out` - (Optional, Int) Max bandwidth of Internet access in Mbps. Default is `0`.
203
203
*`key_ids` - (Optional, List, ForceNew) ID list of keys.
204
+
*`orderly_security_group_ids` - (Optional, List) An ordered security groups to which a CVM instance belongs.
204
205
*`password` - (Optional, String, ForceNew) Password to access.
205
206
*`public_ip_assigned` - (Optional, Bool) Specify whether to assign an Internet IP address.
206
-
*`security_group_ids_orderly` - (Optional, List) An ordered security groups to which a CVM instance belongs.
207
207
*`security_group_ids` - (Optional, Set) Security groups to which a CVM instance belongs.
208
208
*`spot_instance_type` - (Optional, String) Type of spot instance, only support `one-time` now. Note: it only works when instance_charge_type is set to `SPOTPAID`.
209
209
*`spot_max_price` - (Optional, String) Max price of a spot instance, is the format of decimal string, for example "0.50". Note: it only works when instance_charge_type is set to `SPOTPAID`.
0 commit comments