Package | Description |
---|---|
com.tencentcloudapi.cvm.v20170312 | |
com.tencentcloudapi.cvm.v20170312.models |
Modifier and Type | Method and Description |
---|---|
CreateLaunchTemplateResponse |
CvmClient.CreateLaunchTemplate(CreateLaunchTemplateRequest req)
本接口(CreateLaunchTemplate)用于创建实例启动模板。
实例启动模板是一种配置数据并可用于创建实例,其内容包含创建实例所需的配置,比如实例类型,数据盘和系统盘的类型和大小,以及安全组等信息。
初次创建实例模板后,其模板版本为默认版本1,新版本的创建可使用CreateLaunchTemplateVersion创建,版本号递增。默认情况下,在RunInstances中指定实例启动模板,若不指定模板版本号,则使用默认版本。
|
Constructor and Description |
---|
CreateLaunchTemplateRequest(CreateLaunchTemplateRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2022. All rights reserved.