run make generate
This commit is contained in:
parent
a1b6f809c7
commit
485b2b3bd5
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue