Merge pull request #5423 from zhuzhih2017/master

Fix the documentation error for io_optimized type and add description…
This commit is contained in:
zhuzhih2017 2017-10-04 21:08:55 +08:00 committed by GitHub
commit f0cfd86f74
1 changed files with 5 additions and 4 deletions

View File

@ -116,11 +116,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`.
@ -170,6 +168,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).