Uses of Class
com.tencentcloudapi.cvm.v20170312.models.LaunchTemplate
-
Packages that use LaunchTemplate Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of LaunchTemplate in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return LaunchTemplate Modifier and Type Method Description LaunchTemplateRunInstancesRequest. getLaunchTemplate()Get 实例启动模板。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type LaunchTemplate Modifier and Type Method Description voidRunInstancesRequest. setLaunchTemplate(LaunchTemplate LaunchTemplate)Set 实例启动模板。Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type LaunchTemplate Constructor Description LaunchTemplate(LaunchTemplate 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.
-