Uses of Class
com.tencentcloudapi.cvm.v20170312.models.LaunchTemplateVersionInfo
-
Packages that use LaunchTemplateVersionInfo Package Description com.tencentcloudapi.cvm.v20170312.models -
-
Uses of LaunchTemplateVersionInfo in com.tencentcloudapi.cvm.v20170312.models
Methods in com.tencentcloudapi.cvm.v20170312.models that return LaunchTemplateVersionInfo Modifier and Type Method Description LaunchTemplateVersionInfo[]DescribeLaunchTemplateVersionsResponse. getLaunchTemplateVersionSet()Get 实例启动模板版本集合。Methods in com.tencentcloudapi.cvm.v20170312.models with parameters of type LaunchTemplateVersionInfo Modifier and Type Method Description voidDescribeLaunchTemplateVersionsResponse. setLaunchTemplateVersionSet(LaunchTemplateVersionInfo[] LaunchTemplateVersionSet)Set 实例启动模板版本集合。Constructors in com.tencentcloudapi.cvm.v20170312.models with parameters of type LaunchTemplateVersionInfo Constructor Description LaunchTemplateVersionInfo(LaunchTemplateVersionInfo 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.
-