run make generate

This commit is contained in:
piggona 2020-07-20 18:30:07 +08:00
parent a1b6f809c7
commit 485b2b3bd5
2 changed files with 6 additions and 3 deletions

View File

@ -3,6 +3,12 @@
- `associate_public_ip_address` (bool) - Whether allocate public ip to your cvm.
Default value is false.
- `source_image_id` (string) - The base image id of Image you want to create
your customized image from.
- `source_image_name` (string) - The base image name of Image you want to create your
customized image from.Conflict with SourceImageId.
- `instance_name` (string) - Instance name.
- `disk_type` (string) - Root disk type your cvm will be launched by. you could

View File

@ -1,8 +1,5 @@
<!-- Code generated from the comments of the TencentCloudRunConfig struct in builder/tencentcloud/cvm/run_config.go; DO NOT EDIT MANUALLY -->
- `source_image_id` (string) - The base image id of Image you want to create
your customized image from.
- `instance_type` (string) - The instance type your cvm will be launched by.
You should reference Instace Type
for parameter taking.