From beeaa4d8ee43f2fe4052ba197c9d82b55c39d16a Mon Sep 17 00:00:00 2001 From: zhuzhih2017 Date: Wed, 4 Oct 2017 21:04:00 +0800 Subject: [PATCH] fix the documentation error for io_optimized type and add description for default value of internet_charge_type --- website/source/docs/builders/alicloud-ecs.html.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/website/source/docs/builders/alicloud-ecs.html.md b/website/source/docs/builders/alicloud-ecs.html.md index 6db22f4fd..e634e8840 100644 --- a/website/source/docs/builders/alicloud-ecs.html.md +++ b/website/source/docs/builders/alicloud-ecs.html.md @@ -115,11 +115,9 @@ builder. - `zone_id` (string) - ID of the zone to which the disk belongs. -- `io_optimized` (string) - I/O optimized. Optional values are: - - none: none I/O Optimized - - optimized: I/O Optimized +- `io_optimized` (bool) - I/O optimized. - Default value: none for Generation I instances; optimized for other instances. + Default value: false for Generation I instances; true for other instances. - `force_stop_instance` (bool) - Whether to force shutdown upon device restart. The default value is `false`. @@ -169,6 +167,9 @@ builder. - PayByTraffic If this parameter is not specified, the default value is `PayByBandwidth`. + For the regions out of China, currently only support `PayByTraffic`, you must + set it manfully. + - `internet_max_bandwidth_out` (string) - Maximum outgoing bandwidth to the public network, measured in Mbps (Mega bit per second).